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 2001/06/12 15:08:26 UTC

cvs commit: xml-xalan/c/xdocs/sources/xalan history.xml readme.xml DONE

dleslie     01/06/12 06:08:25

  Modified:    c/xdocs/sources/xalan history.xml readme.xml
  Removed:     c/xdocs/sources/xalan DONE
  Log:
  Updates for next release.
  
  Revision  Changes    Path
  1.2       +32 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- history.xml	2000/12/13 15:38:44	1.1
  +++ history.xml	2001/06/12 13:08:18	1.2
  @@ -1,3 +1,35 @@
  +<s3 title="Changes since &xslt4c; version 1.0">
  +<p>In addition to adding to the list of platforms on which &xslt4c; builds, our focus for this release has been on bug fixes, performance enhancements, 
  +and providing a simplified C++ and C API for performing standard transformations. Major updates since version 1.0 include:</p>
  +<ul>
  +<li>Added HP-UX 11 build.<br/><br/></li>
  +<li>Added Solaris build.<br/><br/></li>
  +<li>Greatly improved performance.<br/><br/></li>
  +<li>Improved conformance to the XSLT specification.<br/><br/></li>
  +<li>Simplified the C++ API and provided a C API for performing standard transformations with the <link idref="usagepatterns" 
  +anchor="xalantransformer">XalanTransformer</link> class and associated header files.<br/><br/></li>
  +<li>Added sample illustrating use of XalanTransformer and the new C++ API: 
  +    <link idref="samples" anchor="xalantransform">XalanTransform</link>.<br/><br/></li> 
  +<li>Added sample illustrating use of XalanTransformer, the new C API, and how to run &xslt4c; and perform transformations on an 
  +    Apache Web server: <link idref="samples" anchor="apachemodulexslt">ApacheModuleXSLT</link>.<br/><br/></li>
  +<li>Added the <link idref="samples" anchor="streamtransform">StreamTransform</link> sample.<br/><br/></li>
  +<li>Eliminated dependencies on non-public Xerces headers; accordingly can now build with the Xerces distribution.<br/><br/></li>
  +<li>Fixed namespace mapping and inheritance problems.<br/><br/></li>
  +<li>Fixed failure of &lt;copy-of ...&gt; to include CRLFs (if any) in the result.<br/><br/></li>
  +<li>Fixed bug sorting in reverse document order based on position. <br/><br/></li>
  +<li>Fixed &lt;xsl:number&gt; bug with use of letter-value="traditional" for "classical" Greek numbering.<br/><br/></li>
  +<li>Fixed use of &lt;xsl:fallback&gt; within a top-level extension function.<br/><br/></li>
  +<li>Fixed HTML output method bug. The &lt;HEAD&gt; element was not including a &lt;META&gt; tag with the encoding.<br/><br/></li>
  +<li>Fixed bug using key() in match patterns to find descendants.<br/><br/></li>
  +<li>Fixed bug using the id() function in complex match patterns.<br/><br/></li>
  +<li>Fixed problem outputting multiple single-character CDATA sections.<br/><br/></li>
  +<li>Fixed problem outputting whitespace characters.<br/><br/></li>
  +<li>Fixed problem transforming from a stream on UNIX platforms.<br/><br/></li>
  +<li>Fixed a bug with the document() function, which was generating a syntax error if called in the following manner: document(<ref>string</ref>,/).<br/><br/></li>
  +<li>Fixed named templates bug accepting global parameter when called with a parameter of the same name that the named template does not 
  +    recognize.</li>
  +</ul>
  +</s3>
   <s3 title="Changes since &xslt4c; version 0.40.0">
   <p>Major updates since version 0.40.0 include:</p>
   <ul>
  
  
  
  1.25      +1 -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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- readme.xml	2001/02/20 13:18:37	1.24
  +++ readme.xml	2001/06/12 13:08:20	1.25
  @@ -72,7 +72,7 @@
    <anchor name="status"/>
    <s2 title="Status">
      <ul>
  -    <li><link anchor="done">Changes since &xslt4c; version 1.0</link></li>    
  +    <li><link anchor="done">Changes since &xslt4c; version 1.1</link></li>    
       <li><link anchor="bugs">Bug reporting</link></li>    
       <li><link anchor="xml4j">Version of &xml4c; to use</link></li>
       <li><link anchor="to-do">To-do tasks for future &xslt4c; releases</link></li>
  
  
  

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