From d2e692248eac6469ef7a3a3f8044010cb5cc1da7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 30 Oct 2002 11:09:39 +0000 Subject: [PATCH] Errata from Johannes Leveling --- doc/administration.xml | 4 ++-- doc/recordmodel.xml | 11 ++++++----- doc/server.xml | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/administration.xml b/doc/administration.xml index f21101f..28e4802 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra + The Record Model @@ -42,7 +42,8 @@ input filter by preparing conversion rules based on regular expressions and possibly augmented by a flexible scripting language (Tcl). - The input filter produces as output an internal representation: + The input filter produces as output an internal representation, + a tree structure. @@ -94,7 +95,7 @@ subsequent sections. Zebra can read structured records in many different formats. How this is done is governed by additional parameters after the - "grs" keyboard, separated by "." characters. + "grs" keyword, separated by "." characters. @@ -220,7 +221,7 @@ Each element is terminated by a closing tag - beginning with </, and containing the same symbolic tag-name as the corresponding opening tag. - The general closing tag - </> - + The general closing tag - </> - terminates the element started by the last opening tag. The structuring of elements is significant. The element Telephone, @@ -762,7 +763,7 @@ - The Tag set (again, this can consist of several different sets). + The tag set (again, this can consist of several different sets). This is used when reading the records from a file, to recognize the different tags, and when transmitting the record to the client - mapping the tags to their numerical representation, if they are diff --git a/doc/server.xml b/doc/server.xml index 3eb876f..993fe63 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,5 +1,5 @@ - + The Z39.50 Server @@ -164,9 +164,9 @@ - tcp:dranet.dra.com + tcp:@ - ssl:secure.lib.com:3000 + ssl:@:3000 -- 1.7.10.4