X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=d86933085432a9b4f43308223c9a3427894d2bb4;hb=cf5086caca7322d656da1aaebf0453bc43cdc5a0;hp=af485ee058b8136fc06f66def7010bf409bad603;hpb=c0cd3cdd115574c3da4691e73a2b60408e365af4;p=yazpp-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index af485ee..d869330 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -24,13 +24,13 @@ 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: #include <iostream> - #include <yaz++/zoom.h> + #include <yazpp/zoom.h> using namespace ZOOM; @@ -56,7 +56,7 @@ 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 - + All of the classes defined by ZOOM-C++ are in the @@ -157,7 +157,7 @@ - The Connections section of the ZOOM-C documentation @@ -187,7 +187,7 @@ This class enables a query to be created by compiling YAZ's cryptic but powerful - Prefix Query Notation (PQN). @@ -204,7 +204,7 @@ This class enables a query to be created using the simpler but less expressive - 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 @@ -257,7 +257,7 @@ - The Queries section of the ZOOM-C documentation @@ -339,7 +339,7 @@ - The Result Sets section of the ZOOM-C documentation @@ -423,7 +423,7 @@ Memory Management - The record obejcts returned from + The record objects returned from resultSet::getRecord() are ``owned'' by the result set object: that means that the application is not responsible for deleteing them - each @@ -469,7 +469,7 @@ - The Records section of the ZOOM-C documentation @@ -594,10 +594,10 @@ to catch exceptions and report any errors: - /* g++ -o zoom-c++-hw zoom-c++-hw.cpp -lyaz++ -lyaz */ + /* g++ -o zoom-c++-hw zoom-c++-hw.cpp -lzoompp -lyaz */ #include <iostream> - #include <yaz++/zoom.h> + #include <yazpp/zoom.h> using namespace ZOOM; @@ -667,7 +667,7 @@ exception class and its subclasses. The closest thing is the ZOOM_connection_error function described in - The Connections section of the documentation. @@ -684,7 +684,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t - sgml-parent-document: "yaz++.xml" + sgml-parent-document: "yazpp.xml" sgml-local-catalogs: nil sgml-namecase-general:t End: