X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=7ae1c3b332f74952c46de08efb744ae719997d89;hb=4ffb5c5f0c0c64799a89f7961fd553ae8ae4854b;hp=e767d9b608dd358be5cf8c98f8f611c083f6baa9;hpb=da58ec3f2b9c0e5d15e4a022e7072f573784f9eb;p=yazpp-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index e767d9b..7ae1c3b 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -17,14 +17,14 @@ programming languages. - The Yaz++ library includes an implementation of the C++ binding for ZOOM, enabling quick, easy development of client applications. For example, here is a tiny Z39.50 client that fetches and displays - the MARC record for Farlow & Brett Surman's + the MARC record for Farlow & Brett Surman's The Complete Dinosaur from the Library of Congress's Z39.50 server: @@ -52,7 +52,7 @@ - Yaz++'s implementation of the C++ binding is a thin layer over Yaz's + YAZ++'s implementation of the C++ binding is a thin layer over YAZ's implementation of the C binding. For information on the supported options and other such details, see the ZOOM-C documentation, which can be found on-line at @@ -185,7 +185,7 @@ }; - This class enables a query to be created by compiling Yaz's + This class enables a query to be created by compiling YAZ's cryptic but powerful Prefix Query Notation (PQN). @@ -207,7 +207,7 @@ Common Command Language (CCL). The qualifiers recognised by the CCL parser are specified in an - external configuration file in the format described by the Yaz + external configuration file in the format described by the YAZ documentation.