Use AM_LDFLAGS instead of LDFLAGS
[yazpp-moved-to-github.git] / doc / zoom.xml
index e767d9b..7ae1c3b 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="zoom">
- <!-- $Id: zoom.xml,v 1.9 2002-10-22 21:21:54 adam Exp $ -->
+ <!-- $Id: zoom.xml,v 1.11 2002-11-08 13:38:45 adam Exp $ -->
  <title>ZOOM-C++</title>
 
 
    programming languages.
   </para>
   <para>
-   The Yaz++ library includes an implementation of the <ulink
+   The YAZ++ library includes an implementation of the <ulink
    url="http://zoom.z3950.org/bind/cplusplus/"
        >C++ binding</ulink>
    for ZOOM, enabling quick, easy development of client applications.
   </para>
   <para>
    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 &amp; Brett Surman's
    <citetitle>The Complete Dinosaur</citetitle>
    from the Library of Congress's Z39.50 server:
   </para>
@@ -52,7 +52,7 @@
     </para>
    </note>
   <para>
-   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
     };
    </synopsis>
    <para>
-    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
     <ulink url="http://www.indexdata.dk/yaz/doc/tools.php#PQF"
        >Prefix Query Notation (PQN)</ulink>.
     <ulink url="http://www.indexdata.dk/yaz/doc/tools.php#CCL"
        >Common Command Language (CCL)</ulink>.
     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.
    </para>
    <para>