dleslie     00/06/02 12:41:53

  Modified:    c/xdocs/sources xalan.xml
               c/xdocs/sources/xalan getstarted.xml index.xml readme.xml
  Log:
  Doc for upcoming release of Xalan-C
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/c/xdocs/sources/xalan.xml
  
  Index: xalan.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xalan.xml 2000/06/02 18:40:31     1.2
  +++ xalan.xml 2000/06/02 19:41:52     1.3
  @@ -67,7 +67,7 @@
     <separator/>
     
     <document id="index"
  -            label="Xalan-C++ 0.30.0"
  +            label="Xalan-C++ 0.40.0"
               source="xalan/index.xml"/>
               
    <separator/>            
  
  
  
  1.5       +4 -4      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- getstarted.xml    2000/06/02 18:40:34     1.4
  +++ getstarted.xml    2000/06/02 19:41:52     1.5
  @@ -15,8 +15,8 @@
   <s3 title="&xslt4c; Distributions">
   <p><img src="xalan-cdist.gif" alt="xalan-cdist.gif"/></p>
   </s3>
  -<p>For the Windows32 build, download <jump 
href="http://xml.apache.org/dist/Xalan-C_0_30_0-win32.zip";>Xalan-C_0_30_0-win32.zip</jump>.</p>
  -<p>For the Linux build, download <jump 
href="http://xml.apache.org/dist/Xalan-C_0_30_0-linux.tar.gz";>Xalan-C_0_30_0-linux.tar.gz</jump>.</p>
 
  +<p>For the Windows32 build, download <resource-ref 
idref="xalan-c-win32-download"/>.</p>
  +<p>For the Linux build, download <resource-ref 
idref="xalan-c-linux-download"/></p> 
   <p>Each distribution contains all you need to run the Xalan command-line 
utility for performing transformations. To build your own applications, you 
also need a compatible Xerces-C distribution and the <resource-ref 
idref="icu"/>.</p>
   <s3 title="What you need to run the Xalan command-line utility">
   <p>To run the Xalan executable for performing transformations, you need the 
following:</p>
  @@ -33,9 +33,9 @@
   <p><em>Linux</em></p>
   <ul>
     <li>The utility: TestXSLT</li>
  -  <li>The Xalan-C shared library: libxalan-C_0_30_0.so</li>
  +  <li>The Xalan-C shared library: libxalan-C_0_40_0.so</li>
     <li>The Xerces-C shared library: libxerces-c1_0.so</li>
  -  <li>The International Components for Unicode (ICU) shared library: 
libicu-1-4-1-2.so</li>
  +  <li>The International Components for Unicode (ICU) shared library: 
libicu-1_4_1_2.so</li>
     <li>The ICU locale data files</li>
   </ul>
   <p><em>Important</em> ICU requires you to set the ICU_DATA environment 
variable to point to the directory containing the ICU locale data files. In the 
Windows32 distribution, this is xml-xalan\c\Build\Win32\VC6\Release\Data. In 
the Linux distribution, it is xml-xalan/c/lib/data.</p>
  
  
  
  1.4       +5 -5      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 2000/06/02 18:40:35     1.3
  +++ index.xml 2000/06/02 19:41:52     1.4
  @@ -58,11 +58,11 @@
   
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
   
  -<s1 title="Xalan-C++ Version 0.30.0">
  +<s1 title="&xslt4c-current;">
         
     <s2 title="What is it?">
  -    <p>Xalan is an XSL processor for transforming XML documents into HTML, 
text, or other XML document types. Xalan-C++
  -     version 0.30.0 represents an almost complete and a robust C++ reference 
implementation of the W3C Recommendations for XSL
  +    <p>Xalan is an XSL processor for transforming XML documents into HTML, 
text, or other XML document types. &xslt4c-current;
  +     represents an almost complete and a robust C++ reference implementation 
of the W3C Recommendations for XSL
        Transformations (XSLT) and the XML Path Language (XPath).</p>
       <p>Xalan-C uses the Xerces-C XML parser.</p>
        </s2>
  @@ -77,11 +77,11 @@
          </tr>
          <tr>
            <td>Windows32</td>
  -        <td><jump 
href="http://xml.apache.org/dist/Xalan-C_0_30_0-win32.zip";>Xalan-C_0_30_0-win32.zip</jump></td>
  +        <td><resource-ref idref="xalan-c-win32-download"/></td>
         </tr>
         <tr>
           <td>Linux</td>
  -        <td><jump 
href="http://xml.apache.org/dist/Xalan-C_0_30_0-linux.tar.gz";>Xalan-C_0_30_0-linux.tar.gz</jump></td>
  +        <td><resource-ref idref="xalan-c-linux-download"/></td>
     </tr>
     </table>
     <p>We plan to add builds for other platforms as soon as possible. 
Volunteers are more than welcome!</p>
  
  
  
  1.5       +2 -1      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- readme.xml        2000/06/02 18:40:36     1.4
  +++ readme.xml        2000/06/02 19:41:53     1.5
  @@ -60,7 +60,8 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    -->
  -<s1 title="Xalan-C Release Notes">
  +<s1 title="Xalan-C++ Release Notes">
  +<p>Release notes for &xslt4c-current;</p>
    <ul>
     <li><link anchor="status">Status</link></li>
     <li><link anchor="build">Build Notes</link></li>
  
  
  

Reply via email to