From afdedeeb967f022177ceff3b3a3e3240c680f567 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 6 Jul 2004 10:34:11 +0000 Subject: [PATCH] Clarify cql2rpn specification. --- doc/using.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/using.xml b/doc/using.xml index add3570..baff088 100644 --- a/doc/using.xml +++ b/doc/using.xml @@ -159,7 +159,8 @@ In order to offer SRW/SRU service we must be specify sufficient information to allow the proxy to convert from SRW/SRU to Z39.50. - This involves CQL to Type-1 (also called RPN/PQF), since most + This involves translating CQL queries + to Type-1 (also called RPN/PQF), since most Z39.50 servers do not support CQL. The conversion is specified by the cql2rpn element. @@ -185,7 +186,7 @@ - + indexdata.dk @@ -214,12 +215,13 @@ ]]> - The conversion from CQL to RPN is specified by the + The conversion from CQL to RPN is specified by a file whose name, + relative to the working directory, is given in the cql2rpn element. - pqf.properties. - A complete BATH/DC conversion file - pqf.properties is - part of yazproxy in sub directory etc. + A complete Bath/DC conversion file, + pqf.properties is provided as part of the + yazproxy distribution in the etc + subdirectory. Explain information is embedded in the configuration file. -- 1.7.10.4