-<!-- $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>
</para>
<para>
[<literal>(tcp|ssl)':'</literal>]<replaceable>host</replaceable>
- [:<replaceable>port</replaceable>][/<replaceable>base></replaceable>]
+ [:<replaceable>port</replaceable>][/<replaceable>base></replaceable>]
</para>
</listitem>
</varlistentry>
-<!-- $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>
if (!length_incoming) {
fprintf(stderr, "Connection closed\n");
exit(1);
-} else if (length_incoming < 0) {
+} else if (length_incoming < 0) {
cs_perror(stack, "cs_get");
exit(1);
}
-<!-- $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
Charles Woodfield
</para></listitem>
<listitem><para>
- Tom André Øverland
+ Tom André Øverland
</para></listitem>
</itemizedlist>
</appendix>
-<!-- $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>
| string
-- Qualifiers is a list of strings separated by comma
- Relation ::= '=' | '>=' | '<=' | '<>' | '>' | '<'
+ Relation ::= '=' | '>=' | '<=' | '<>' | '>' | '<'
-- Relational operators. This really doesn't follow the ISO8777
-- standard.
--- /dev/null
+<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>
+
+