From: Adam Dickmeiss Date: Thu, 1 Jul 2004 18:07:30 +0000 (+0000) Subject: Fixed some closing tags for some XML examples X-Git-Tag: YAZPROXY.0.9~58 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=a3e218c49fec4debae851078999d28e8ba1bb991 Fixed some closing tags for some XML examples --- diff --git a/doc/reference.xml b/doc/reference.xml index c2ca0df..083a291 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -3,7 +3,7 @@
Operating Environment - The YAZ proxy is a single program. After startup it spawns + The YAZ proxy is a console program. After startup it spawns a child process (except on Windows or if option -X is given). The child process is the core of the proxy and it handles all communication with clients and servers. The parent process @@ -406,7 +406,7 @@ A target that supports use attributes 1,4, 1000 through 1003 and no other use attributes, could use the following rules: - <attribute type="1" value="1,4,1000-1003"> + <attribute type="1" value="1,4,1000-1003"/> <attribute type="1" value="*" error="114"/> @@ -468,15 +468,15 @@ .. <syntax type="usmarc"/> <syntax type="xml" marcxml="1" - identifier="info:srw/schema/1/marcxml-v1.1" - <title>MARCXML<title> - <name>marcxml<name> - <syntax> + identifier="info:srw/schema/1/marcxml-v1.1" + <title>MARCXML<title> + <name>marcxml<name> + </syntax> <syntax type="xml" marcxml="1" stylesheet="MARC21slim2SRWDC.xsl" - identifier="info:srw/schema/1/dc-v1.1"> - <title>Dublin Core<title> - <name>dc<name> - <syntax> + identifier="info:srw/schema/1/dc-v1.1"> + <title>Dublin Core<title> + <name>dc<name> + </syntax> <syntax type="*" error="238"/> .. </target> @@ -688,7 +688,7 @@