dleslie     2002/08/29 10:32:49

  Modified:    c/xdocs/html/apiDocs footer.html header.html tail.html
               c/xdocs/sources entities.ent xalan.xml
               c/xdocs/sources/xalan history.xml readme.xml
  Log:
  Preliminary updates for next release.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xalan/c/xdocs/html/apiDocs/footer.html
  
  Index: footer.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/html/apiDocs/footer.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- footer.html       20 Dec 2001 13:57:14 -0000      1.6
  +++ footer.html       29 Aug 2002 17:32:49 -0000      1.7
  @@ -7,8 +7,8 @@
   <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
        <TR>
                <TD WIDTH="80%" VALIGN="TOP">
  -                     <P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 
1.3</B><BR>
  -                     Copyright &copy; 2000, 2001 The Apache Software 
Foundation. All Rights Reserved.</i></p>
  +                     <P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 
1.4</B><BR>
  +                     Copyright &copy; 2000, 2001, 2002 The Apache Software 
Foundation. All Rights Reserved.</i></p>
                </TD>
        </TR>
        <TR>
  
  
  
  1.6       +1 -1      xml-xalan/c/xdocs/html/apiDocs/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/html/apiDocs/header.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- header.html       20 Dec 2001 13:57:14 -0000      1.5
  +++ header.html       29 Aug 2002 17:32:49 -0000      1.6
  @@ -1,5 +1,5 @@
   <HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
   <BODY>
   <h2 align="center">Xalan-C++ API Documentation</h2>
  -<h3 align="center">The Xalan C++ XSLT Processor Version 1.3</h3>
  +<h3 align="center">The Xalan C++ XSLT Processor Version 1.4</h3>
   </BODY>
  
  
  
  1.6       +2 -2      xml-xalan/c/xdocs/html/apiDocs/tail.html
  
  Index: tail.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/html/apiDocs/tail.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tail.html 20 Dec 2001 13:57:14 -0000      1.5
  +++ tail.html 29 Aug 2002 17:32:49 -0000      1.6
  @@ -2,8 +2,8 @@
   <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
        <TR>
                <TD WIDTH="100%" VALIGN="TOP">
  -                     <P ALIGN="CENTER"><B>Xerces-C XML Parser for C++ 
Version 1.6.0</B><BR>
  -                     Copyright &copy; 2000,2001 The Apache Software 
Foundation. All Rights Reserved.
  +                     <P ALIGN="CENTER"><B>Xerces-C XML Parser for C++ 
Version 2.1.0</B><BR>
  +                     Copyright &copy; 2000, 2001, 2002 The Apache Software 
Foundation. All Rights Reserved.
                </TD>
        </TR>
        <TR>
  
  
  
  1.24      +13 -13    xml-xalan/c/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/entities.ent,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- entities.ent      4 Jan 2002 22:16:02 -0000       1.23
  +++ entities.ent      29 Aug 2002 17:32:49 -0000      1.24
  @@ -1,21 +1,21 @@
   <?xml encoding="US-ASCII"?>
   
   <!ENTITY xslt4c "Xalan-C++">
  -<!ENTITY xslt4c-dist "Xalan-C_1_3">
  -<!ENTITY xslt4c-current "Xalan-C++ version 1.3">
  +<!ENTITY xslt4c-dist "Xalan-C_1_4">
  +<!ENTITY xslt4c-current "Xalan-C++ version 1.4">
   <!ENTITY xslt4c-windlls "DOMSupport.dll, PlatformSupport.dll, XalanDOM.dll, 
XalanSourceTree,dll, XercesParserLiaison.dll, XMLSupport.dll, XPath.dll, 
XSLT.dll, XalanTransformer.dll, XalanExtensions.dll">
  -<!ENTITY xslt4c-linuxlib "libxalan-c1_3.so">
  -<!ENTITY xslt4c-aixlib "libxalan-c1_3.a">
  -<!ENTITY xslt4c-hplib "libxalan-c1_3.sl">
  -<!ENTITY xslt4c-solarislib "libxalan-c1_3.so">
  +<!ENTITY xslt4c-linuxlib "libxalan-c1_4.so">
  +<!ENTITY xslt4c-aixlib "libxalan-c1_4.a">
  +<!ENTITY xslt4c-hplib "libxalan-c1_4.sl">
  +<!ENTITY xslt4c-solarislib "libxalan-c1_4.so">
   <!ENTITY xml4c "Xerces-C++">
  -<!ENTITY xml4c-used "Xerces-C++ version 1.6.0">
  -<!ENTITY xml4c-windll "xerces-c_1_6_0.dll">
  -<!ENTITY xml4c-winlib "xerces-c_1.lib">
  -<!ENTITY xml4c-linuxlib "libxerces-c1_6_0.so">
  -<!ENTITY xml4c-aixlib "libxerces-c1_6_0.a">
  -<!ENTITY xml4c-hplib "libxerces-c1_6_0.sl">
  -<!ENTITY xml4c-solarislib "libxerces-c1_6_0.so">
  +<!ENTITY xml4c-used "Xerces-C++ version 2.1.0">
  +<!ENTITY xml4c-windll "xerces-c_2_1_0.dll">
  +<!ENTITY xml4c-winlib "xerces-c_2.lib">
  +<!ENTITY xml4c-linuxlib "libxerces-c2_1_0.so">
  +<!ENTITY xml4c-aixlib "libxerces-c2_1_0.a">
  +<!ENTITY xml4c-hplib "libxerces-c2_1_0.sl">
  +<!ENTITY xml4c-solarislib "libxerces-c2_1_0.so">
   <!ENTITY xslt4j "Xalan-Java">
   <!ENTITY icu-used "International Components for Unicode(ICU) 2.0 source 
files">
   <!ENTITY icu-windlls "icui18n.dll, icuuc.dll">
  
  
  
  1.10      +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- xalan.xml 20 Dec 2001 13:57:15 -0000      1.9
  +++ xalan.xml 29 Aug 2002 17:32:49 -0000      1.10
  @@ -67,7 +67,7 @@
     <separator/>
     
     <document id="index"
  -            label="Xalan-C++ 1.3"
  +            label="Xalan-C++ 1.4"
               source="xalan/index.xml"/>
               
    <separator/>            
  
  
  
  1.5       +10 -0     xml-xalan/c/xdocs/sources/xalan/history.xml
  
  Index: history.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/history.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- history.xml       20 Dec 2001 13:57:15 -0000      1.4
  +++ history.xml       29 Aug 2002 17:32:49 -0000      1.5
  @@ -1,3 +1,13 @@
  +  <s3 title="Changes for &xslt4c; version 1.3">
  +    <p>Major updates since version 1.2 include:</p>
  +     <ul>
  +       <li>A new and simplified command-line utility: <link 
idref="commandline" anchor="xalanexe">the Xalan executable</link></li>
  +       <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>  
     <s3 title="Changes for &xslt4c; version 1.2">
       <p>Major updates since version 1.1 include:</p>
        <ul>
  
  
  
  1.36      +10 -8     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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- readme.xml        31 Jan 2002 17:05:49 -0000      1.35
  +++ readme.xml        29 Aug 2002 17:32:49 -0000      1.36
  @@ -77,15 +77,17 @@
       <li><link anchor="to-do">To-do tasks for future &xslt4c; 
releases</link></li>
      </ul>
        <anchor name="done"/>
  -  <s3 title="Changes since &xslt4c; version 1.2">
  -    <p>Major updates since version 1.2 include:</p>
  +   <s3 title="Changes since &xslt4c; version 1.3">
  +     <p>Major updates since version 1.3 include [details and links to be 
added]:</p>
        <ul>
  -       <li>A new and simplified command-line utility: <link 
idref="commandline" anchor="xalanexe">the Xalan executable</link></li>
  -       <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>
  +       <li>Bug fixes</li>
  +       <li>Distribution changes</li>
  +       <li>Simplified Windows build procedure</li>       
  +       <li>64-bit support for HP-11</li>
  +       <li>New Linux platform and compiler: Redhat 7.2 with gcc 3.1</li> 
  +       <li>Alpha support for a number of EXSLT functions</li>       
  +       <li>New samples</li>
  +     </ul>  
      </s3>  
        <anchor name="bugs"/>
      <s3 title="Bug reporting">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to