You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2002/01/31 18:05:49 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan getstarted.xml index.xml readme.xml

dleslie     02/01/31 09:05:49

  Modified:    c/xdocs/sources/xalan getstarted.xml index.xml readme.xml
  Log:
  1. Workshop 4.2 -> Sun Workshop 6 update 2
  2. STLPort no longer required (with current compilers) for
  AIX and Solaris builds.
  
  Revision  Changes    Path
  1.32      +1 -3      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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- getstarted.xml	4 Jan 2002 22:16:02 -0000	1.31
  +++ getstarted.xml	31 Jan 2002 17:05:49 -0000	1.32
  @@ -24,7 +24,7 @@
   <p>For the Linux build, download <resource-ref idref="xslt4c-linux-download"/>. This Red Hat Linux 6.1 distribution was built with egcs-2.91.66 and glibc-2.1.2-11.</p>
   <p>For the AIX build, download <resource-ref idref="xslt4c-aix-download"/>. This AIX 4.3 distribution was built with IBM C and C++ for AIX 5.02.</p>
   <p>For the HP-UX 11 build, download <resource-ref idref="xslt4c-hp-ux-download"/>. This HP-UX 11 distribution was built with aCC A.03.27.</p>
  -<p>For the Solaris build, download <resource-ref idref="xslt4c-Solaris-download"/>.[This Solaris distribution was built with Workshop 4.2.]</p>
  +<p>For the Solaris build, download <resource-ref idref="xslt4c-Solaris-download"/>. This Solaris distribution was built with Sun Workshop 6 update 2.</p>
   <note>Use GNU tar to untar the Solaris distribution file; see <link idref="faq" anchor="gnutar">A tar checksum error on Solaris </link>.</note>
   <p>Each distribution contains all you need to run the Xalan command-line transformations utility and to build your own applications. 
   If you want to take advantage of the support for number formatting, sorting, and encoding the ICU provides, you should also download and install the <resource-ref idref="icu"/>; see <link idref="usagepatterns" anchor="icu">Using the ICU</link>,</p>
  @@ -63,8 +63,6 @@
   </ul>
   <p>If you want to enable ICU support for the command-line utility, you must build the ICU and rebuild the Xalan-C++ shared/load library (Linux/AIX/HP-UX 11) and Xalan or TestXSLT (all platforms) with the ICUBridge. See <link idref="usagepatterns" anchor="icu">Using the ICU</link> and <link idref="commandline" anchor="icu">Enabling ICU support for the Xalan and/or TestXSLT executable</link>.</p>
   <p>For information about using the command-line utility, see <link idref="commandline">Command-Line Utility</link>.</p>
  -<note>If you want to do your own AIX or Solaris build, you must download <resource-ref idref="stlport"/> and set the STLPORTROOT
  -environment variable to the complete path to the STLPort distribution (see the <link idref="readme" anchor="build">Build notes</link>)</note>
   </s3>
   <s3 title="What you need to build and run applications">
   <p>To build your own applications with Xalan and Xerces, you also need need the
  
  
  
  1.27      +1 -1      xml-xalan/c/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.xml	20 Dec 2001 22:12:29 -0000	1.26
  +++ index.xml	31 Jan 2002 17:05:49 -0000	1.27
  @@ -103,7 +103,7 @@
           <td>Solaris 2.6</td>
           <td><resource-ref idref="xslt4c-Solaris-download"/>*<br/>
           [*Use GNU tar to untar; see <link idref="faq" anchor="gnutar">FAQs</link>]</td>
  -        <td>[Workshop 4.2]</td>
  +        <td>Sun Workshop 6 update 2</td>
         </tr>      
        </table>
     <p>Volunteers are more than welcome to help develop builds for other platforms!</p>
  
  
  
  1.35      +1 -0      xml-xalan/c/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- readme.xml	4 Jan 2002 22:16:02 -0000	1.34
  +++ readme.xml	31 Jan 2002 17:05:49 -0000	1.35
  @@ -84,6 +84,7 @@
          <li>New XPath samples exploiting the XPathEvaluator C API and illustrating serialization of an XPath result set: <link idref="samples" anchor="simplexpathcapi">SimpleXPathCAPI</link> and <link idref="samples" anchor="serializenodeset">SerializeNodeSet</link></li>
          <li>A new <link idref="usagepatterns" anchor="xercesdomwrapperparsedsource">wrapper class</link> that lets you pass in a Xerces DOM as input for a transformation</li>
   <li>Bug fixes.</li>
  +<li>Changed XPathException to XalanXPathException because of a clash with a new Xerces class of the same name.</li>
         </ul>
      </s3>  
        <anchor name="bugs"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org