X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=af485ee058b8136fc06f66def7010bf409bad603;hb=7b9c683505fd79972d6f3d397ac1c6e9040d2110;hp=c2778db10a1d59a23cdb422c9cea25da373b6a17;hpb=d97fd35b55974de2d6b14ad88239f1848887fd77;p=yazpp-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index c2778db..af485ee 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -17,7 +17,7 @@ programming languages. - The Yaz++ library includes an implementation of the C++ binding for ZOOM, enabling quick, easy development of client applications. @@ -44,13 +44,15 @@ cout << rec->render() << endl; } + + + For the sake of simplicity, this program does not check + for errors: we show a more robust version of the same program + later.) + + - (Note that, for the sake of simplicity, this program does not check - for errors: we show a more robust version of the same program - later.) - - - 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 @@ -183,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). @@ -205,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. @@ -682,7 +684,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "zebra.xml" + sgml-parent-document: "yaz++.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: