dleslie 01/02/14 09:25:01
Modified: c/xdocs/sources/xalan BUGS DONE
Log:
Updates per comments from Steve and Paul.
Revision Changes Path
1.6 +1 -4 xml-xalan/c/xdocs/sources/xalan/BUGS
Index: BUGS
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/BUGS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BUGS 2001/02/13 21:42:36 1.5
+++ BUGS 2001/02/14 17:25:00 1.6
@@ -1,12 +1,9 @@
<s3 title="Bugs">
<p>Open bugs:</p>
<ul>
-<li><xsl:copy-of ...> within an attribute element does not include
CRLFs (if any) in the result.<br/><br/></li>
-<li><xsl:number> does not support letter-value="traditional" for
"classical" Greek numbering.<br/><br/></li>
-<li>Unable to sort in reverse document order based on position.
<br/><br/></li>
<li>Does not support six or more digits of numerical precision after the
decimal.<br/><br/></li>
-<li><xsl:fallback> within a top-level function is not recognized and
does not throw an error.<br/><br/></li>
<li>The document() function generates a syntax error if called in the
following manner: document(<ref>string</ref>,/).<br/><br/></li>
+<li>The namespace axis does not return the default "xml" namespace.</li>
</ul>
<note>Please report any bugs you find to the <human-resource-ref
idref="xalandev"/>, and please note in the subject line that the bug applies to
&xslt4c;.</note>
</s3>
1.12 +12 -5 xml-xalan/c/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/DONE,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DONE 2001/02/14 13:50:55 1.11
+++ DONE 2001/02/14 17:25:00 1.12
@@ -2,22 +2,29 @@
<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 builds for HP-UX 11 and Solaris.<br/><br/></li>
+<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 samples illustrating the new C++ API (<link idref="samples"
anchor="xalantransform">XalanTransform</link>) and C API
-(<link idref="samples" anchor="apachemodulexslt">ApacheModuleXSLT</link>).
ApacheModuleXSLT also shows how to run &xslt4c; on an
-Apache Web server.<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>Fixed namespace mapping and inheritance problems.<br/><br/></li>
<li>Fixed failure of <copy-of ...> 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 <xsl:number> bug with use of letter-value="traditional" for
"classical" Greek numbering.<br/><br/></li>
+<li>Fixed use of <xsl:fallback> within a top-level extension
function.<br/><br/></li>
<li>Fixed HTML output method bug. The <HEAD> element was not including
a <META> tag with the encoding.<br/><br/></li>
<li>Fixed bug using key() im 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>zzzzzzzzzzzzzz</li>
+<li>Fixed named templates bug accepting global parameter when called with a
parameter that the named template does not recognize.</li>
</ul>
</s3>