Minor spell fixes
[yazproxy-moved-to-github.git] / doc / installation.xml
index fab423e..4c32b9d 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.3 2004-04-15 12:04:01 adam Exp $ -->
+  <!-- $Id: installation.xml,v 1.4 2004-04-21 08:16:42 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ proxy.
   <para>
    We also highly recommend that
    <ulink url="http://xmlsoft.org/">libxml2</ulink> and
-   <ulink url="http://xmlsoft.org/XSLT/">libxslt</ulink> are installed.
+   <ulink url="http://xmlsoft.org/XSLT/">libXSLT</ulink> are installed.
    YAZ must be configured with libxml2 support.
    If not, SRW/SRU is not supported.
-   The YAZ Proxy uses libxslt for record conversions via XSLT.
+   The YAZ Proxy uses libXSLT for record conversions via XSLT.
   </para>
   <section id="unix">
    <title>Building on Unix</title>
@@ -64,7 +64,7 @@
      <varlistentry>
       <term><literal>--with-xslt </literal>directory</term>
       <listitem><para>
-        Specifies prefix for libxslt (and libxml2).
+        Specifies prefix for libXSLT (and libxml2).
        configure must be able to locate <command>xslt-config</command>
        in PREFIX/bin. If this option is omitted, configure looks
        for <command>xslt-config</command> in the current PATH.
        If <literal>HAVE_LIBXSLT</literal> is set to 1, the proxy is compiled
        with XSLT and XML support. In this configuration, set 
        <literal>LIBXSLT_DIR</literal> to the 
-       <ulink url="http://www.xmlsoft.org/">libxslt</ulink> source
+       <ulink url="http://www.xmlsoft.org/">libXSLT</ulink> source
        directory.
        </para>
        
        </note>
        
        <para>
-       Windows versions of libxslt, libxml2, zlib and iconv can be found
+       Windows versions of libXSLT, libxml2, zlib and iconv can be found
        <ulink url="http://www.zlatkovic.com/libxml.en.html">
         here</ulink>.
        </para>