Fixed a few entities
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 24 Feb 2002 12:23:43 +0000 (12:23 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 24 Feb 2002 12:23:43 +0000 (12:23 +0000)
doc/client.xml
doc/comstack.xml
doc/credits.xml
doc/tools.xml
doc/yazhtml.xsl [new file with mode: 0644]

index be1c227..3293dc9 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: client.xml,v 1.10 2002-02-04 21:05:28 adam Exp $ -->
+<!-- $Id: client.xml,v 1.11 2002-02-24 12:23:43 adam Exp $ -->
  <chapter id="client"><title>The YAZ client</title>
   <sect1 id="client.introduction"><title>Introduction</title>
    <para>
  <chapter id="client"><title>The YAZ client</title>
   <sect1 id="client.introduction"><title>Introduction</title>
    <para>
       </para>
       <para>
        [<literal>(tcp|ssl)':'</literal>]<replaceable>host</replaceable>
       </para>
       <para>
        [<literal>(tcp|ssl)':'</literal>]<replaceable>host</replaceable>
-       [:<replaceable>port</replaceable>][/<replaceable>base&gt</replaceable>]
+       [:<replaceable>port</replaceable>][/<replaceable>base&gt;</replaceable>]
       </para>
      </listitem>
     </varlistentry>
       </para>
      </listitem>
     </varlistentry>
index e79871b..e96c4b3 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: comstack.xml,v 1.6 2001-11-06 17:04:32 adam Exp $ -->
+<!-- $Id: comstack.xml,v 1.7 2002-02-24 12:23:43 adam Exp $ -->
  <chapter id="comstack"><title>The COMSTACK Module</title>
 
   <sect1 id="comstack.synopsis"><title>Synopsis (blocking mode)</title>
  <chapter id="comstack"><title>The COMSTACK Module</title>
 
   <sect1 id="comstack.synopsis"><title>Synopsis (blocking mode)</title>
@@ -40,7 +40,7 @@ length_incoming = cs_get(stack, &amp;buf, &amp;size);
 if (!length_incoming) {
     fprintf(stderr, "Connection closed\n");
     exit(1);
 if (!length_incoming) {
     fprintf(stderr, "Connection closed\n");
     exit(1);
-} else if (length_incoming < 0) {
+} else if (length_incoming &lt; 0) {
     cs_perror(stack, "cs_get");
     exit(1);
 }
     cs_perror(stack, "cs_get");
     exit(1);
 }
index 32ea7e6..2a295d1 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: credits.xml,v 1.7 2002-02-18 12:57:03 adam Exp $ -->
+<!-- $Id: credits.xml,v 1.8 2002-02-24 12:23:43 adam Exp $ -->
  <appendix id="credits"><title>Credits</title>
    <para>
    This appendix lists individuals that have contributed in the development
  <appendix id="credits"><title>Credits</title>
    <para>
    This appendix lists individuals that have contributed in the development
@@ -72,7 +72,7 @@
      Charles Woodfield
     </para></listitem>
    <listitem><para>
      Charles Woodfield
     </para></listitem>
    <listitem><para>
-     Tom Andr&eacute &Oslash;verland
+     Tom Andr&eacute; &Oslash;verland
     </para></listitem>
   </itemizedlist>
  </appendix>
     </para></listitem>
   </itemizedlist>
  </appendix>
index f995950..2122e69 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: tools.xml,v 1.9 2001-10-26 20:13:44 adam Exp $ -->
+<!-- $Id: tools.xml,v 1.10 2002-02-24 12:23:43 adam Exp $ -->
  <chapter id="tools"><title>Supporting Tools</title>
   
   <para>
  <chapter id="tools"><title>Supporting Tools</title>
   
   <para>
@@ -207,7 +207,7 @@ int p_query_attset (const char *arg);
                   | string
       -- Qualifiers is a list of strings separated by comma
 
                   | string
       -- Qualifiers is a list of strings separated by comma
 
-      Relation ::= '=' | '>=' | '<=' | '<>' | '>' | '<'
+      Relation ::= '=' | '>=' | '&lt;=' | '&lt;>' | '>' | '&lt;'
       -- Relational operators. This really doesn't follow the ISO8777
       -- standard.
 
       -- Relational operators. This really doesn't follow the ISO8777
       -- standard.
 
diff --git a/doc/yazhtml.xsl b/doc/yazhtml.xsl
new file mode 100644 (file)
index 0000000..05cbcbf
--- /dev/null
@@ -0,0 +1,10 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+               version="1.0">
+
+<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/htmlhelp/htmlhelp.xsl"/>
+
+<xsl:param name="suppress.navigation" select="0"/>
+
+</xsl:stylesheet>
+
+