Fix soap.srw.html
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Feb 2003 12:20:22 +0000 (12:20 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Feb 2003 12:20:22 +0000 (12:20 +0000)
doc/Makefile.am
doc/soap.xml

index 0e79a3b..04339cd 100644 (file)
@@ -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
index 8a962b2..a954ccf 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: soap.xml,v 1.1 2003-02-21 12:06:05 adam Exp $ -->
+<!-- $Id: soap.xml,v 1.2 2003-02-21 12:20:22 adam Exp $ -->
 <chapter id="soap"><title>SOAP and SRW</title>
   <sect1 id="soap.introduction"><title>Introduction</title>
     <para>
@@ -104,7 +104,7 @@ int z_soap_codec(ODR o, Z_SOAP **pp,
     <para>
       The <literal>handlers</literal> 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 <literal>http://www.loc.gov/zing/srw/v1.0/</literal>.
     </para>
     <para>
       Each handler is define as follows:
@@ -127,7 +127,7 @@ int handler(ODR o, void * ptr, void **handler_data,
       </synopsis>
     </para>
   </sect1>
-  <sect1><title>SRW</title>
+  <sect1 id="soap.srw"><title>SRW</title>
     <para>
       SRW is just one kind of SOAP handler as described in the previous
       section.