dleslie     01/01/31 09:01:23

  Modified:    c/xdocs/sources/xalan getstarted.xml usagepatterns.xml
  Log:
  LIB_PATH to LIBPATH (for AIX and HP)
  
  Revision  Changes    Path
  1.17      +2 -2      xml-xalan/c/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- getstarted.xml    2000/12/13 15:38:27     1.16
  +++ getstarted.xml    2001/01/31 17:01:21     1.17
  @@ -74,8 +74,8 @@
   <s2 title="Setting up the path">
   <p>For the Xalan-C++ Windows32 distribution, place 
xml-xalan\c\Build\Win32\VC6\Release on the path.</p>
   <p>For the Xalan-C++ Linux distribution, place xml-xalan/c/bin and 
xml-xalan/c/lib on the shared library path (LD_LIBRARY_PATH for Red Hat Linux 
6.1), or copy &xslt4c-linuxlib; to /usr/lib.</p>
  -<p>For the Xalan-C++ AIX distribution, place xml-xalan/c/bin and 
xml-xalan/c/lib on the load library path (LIB_PATH), or copy &xslt4c-aixlib; to 
/usr/lib.</p>
  -<p>For the Xalan-C++ HP-UX 11 distribution, place xml-xalan/c/bin and 
xml-xalan/c/lib on the shared library path (SHLIB_PATH), or copy 
&xslt4c-aixlib; to /usr/lib.</p>
  +<p>For the Xalan-C++ AIX distribution, place xml-xalan/c/bin and 
xml-xalan/c/lib on the load library path (LIBPATH), or copy &xslt4c-aixlib; to 
/usr/lib.</p>
  +<p>For the Xalan-C++ HP-UX 11 distribution, place xml-xalan/c/bin and 
xml-xalan/c/lib on the shared library path (LIBPATH), or copy &xslt4c-aixlib; 
to /usr/lib.</p>
   
   <p>If you do your own Xalan, ICU, and Xerces builds, be sure to include the 
directories that contain the libraries and the TextXSLT executable on your 
path.</p>
   </s2><anchor name="samples"/>
  
  
  
  1.12      +2 -2      xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- usagepatterns.xml 2000/12/13 15:38:28     1.11
  +++ usagepatterns.xml 2001/01/31 17:01:22     1.12
  @@ -357,9 +357,9 @@
       <p>For Linux, rebuild &xslt4c-linuxlib; with XALAN_USE_ICU defined, and 
place it on the shared library path
       (LD_LIBRARY_PATH for Red Hat Linux 6.1) or copy it to /usr/lib.</p> 
       <p>For AIX, rebuild &xslt4c-aixlib; with XALAN_USE_ICU defined, and 
place it on the load library
  -    path (LIB_PATH) or copy it to /usr/lib.</p>
  +    path (LIBPATH) or copy it to /usr/lib.</p>
       <p>For HP-UX 11, rebuild &xslt4c-hplib; with XALAN_USE_ICU defined, and 
place it on the shared library
  -    path (LIB_PATH) or copy it to /usr/lib.</p>
  +    path (LIBPATH) or copy it to /usr/lib.</p>
       
       <p><em>Number formatting</em></p>
       <p>To enable ICU support for the xsl:number element and the XSLT 
format-number() function, do
  
  
  

Reply via email to