From a1ac953ad3b1f310deec59e44119b52fc1325547 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 21 Feb 2003 12:20:22 +0000 Subject: [PATCH] Fix soap.srw.html --- doc/Makefile.am | 4 ++-- doc/soap.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 0e79a3b..04339cd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.39 2003-02-21 12:06:05 adam Exp $ +## $Id: Makefile.am,v 1.40 2003-02-21 12:20:22 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -18,7 +18,7 @@ HTMLFILES = \ license.html license.other.html odr.debugging.html odr.html \ odr.programming.html odr.use.html server.backendfunctions.html \ server.backend.html server.frontend.html server.html server.invocation.html \ - server.main.html soap.html soap.http.html soap.xml.html \ + server.main.html soap.html soap.http.html soap.xml.html soap.srw.html \ tools.html tools.nmem.html tools.oid.html yaz.html \ zoom.events.html zoom.html zoom.options.html zoom.query.html \ zoom.records.html zoom.resultsets.html zoom.scan.html diff --git a/doc/soap.xml b/doc/soap.xml index 8a962b2..a954ccf 100644 --- a/doc/soap.xml +++ b/doc/soap.xml @@ -1,4 +1,4 @@ - + SOAP and SRW Introduction @@ -104,7 +104,7 @@ int z_soap_codec(ODR o, Z_SOAP **pp, The handlers is a list of SOAP services codec handlers - one handler for each service namespace. For SRW, the - namespace is http://www.loc.gov/zing/srw/v1.0/. + namespace is http://www.loc.gov/zing/srw/v1.0/. Each handler is define as follows: @@ -127,7 +127,7 @@ int handler(ODR o, void * ptr, void **handler_data, - SRW + SRW SRW is just one kind of SOAP handler as described in the previous section. -- 1.7.10.4