dleslie 00/09/05 06:03:11
Modified: c/xdocs/sources/xalan DONE STATUS
Log:
Draft of big fixes and to-do list for Xalan-C++ 1.0.
Revision Changes Path
1.3 +6 -10 xml-xalan/c/xdocs/sources/xalan/DONE
Index: DONE
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/DONE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DONE 2000/06/29 20:13:18 1.2
+++ DONE 2000/09/05 13:03:05 1.3
@@ -1,15 +1,11 @@
<s3 title="Changes since &xslt4c; version 0.30.0">
-<p>We continue to work towards the functional completion our implementation
of the XSLT and XPath specs. Major updates since version 0.30.0 include:</p>
+<p>Major updates since version 0.40.0 include:</p>
<ul>
-<li>Permitting OS file names (as well as URLs) as command-line arguments
with TestXSLT<br/><br/></li>
-<li>Stricter compliance for HTML and XML output<br/><br/></li>
-<li>Improved handling of relative URI's<br/><br/></li>
-<li>Improved handling of Import and Include<br/><br/></li>
-<li>Better namespace handling (although there are still problems
here)<br/><br/></li>
-<li>Support for Document() function<br/><br/></li>
-<li>Support for XPath predicates<br/><br/></li>
-<li>Better handling of parameters to stylesheet and templates<br/><br/></li>
-<li>Full implementation of axes ( with the exception of namespace::
)<br/><br/></li>
+<li>Full support for namespace handling<br/><br/></li>
+<li>Full implementation of the format-number() function and support for the
decimal-format element<br/><br/></li>
+<li>Integration with the <resource-ref idref="icu"/>for number formatting,
sorting, and output encoding<br/><br/></li>
+<li>Support for the exclude-result-prefixes attribute<br/><br/></li>
+<li>Add support for the output encoding attribute</li>
</ul>
</s3>
1.9 +6 -10 xml-xalan/c/xdocs/sources/xalan/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/STATUS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- STATUS 2000/07/07 16:34:26 1.8
+++ STATUS 2000/09/05 13:03:06 1.9
@@ -1,19 +1,15 @@
<s3 title="Version of &xml4c; to use">
-<p>&xslt4c-current; has been tested with &xml4c-used;. The &xslt4c-current;
Windows32 download includes &xml4c-windll;. The &xslt4c-current; Linux download
includes &xml4c-linuxlib;. For information about including The Xerces-C++
dynamic link or shared object library on the path, see <link idref="getstarted"
anchor="path">Setting up the system path</link>.</p>
+<p>&xslt4c-current; has been tested with &xml4c-used;. The &xslt4c-current;
Windows32 download includes &xml4c-windll;.
+The &xslt4c-current; Linux download includes &xml4c-linuxlib;. The
&xslt4c-current; AIX download includes &xml4c-aixlib;
+For information about including The Xerces-C++ dynamic link or shared object
library on the path, see <link idref="getstarted" anchor="path">Setting up the
system path</link>.</p>
<p><em>Important</em> You may experience unpredictable anomalies if your
Xalan and Xerces builds are not in synch. If you download an update to Xalan,
check the release notes to determine which version of Xerces you should use.</p>
</s3><anchor name="to-do"/>
<s3 title="To-do tasks for future &xslt4c; releases">
- <p>To complete our implementation of the <resource-ref idref="XSLT"/>, we
must do the following:</p>
<ul>
- <li>Integrate the International Components for Unicode (ICU) for
number formatting and output encoding<br/><br/></li>
- <li>Complete implementation of the format-number() function and
support for the decimal-format element<br/><br/></li>
- <li>Add support for the exclude-result-prefixes
attribute<br/><br/></li>
- <li>Add support for the output encoding attribute<br/><br/></li>
<li>Add support for extension elements<br/><br/></li>
- <li>Fix namespace bugs<br/><br/></li>
- <li>Continue to run our suite of conformance tests and fix any
conformance bugs we find<br/><br/></li>
+ <li>Fix any conformance bugs we or our users find<br/><br/></li>
+ <li>Implement a more efficient mechanism for storing and navigating
DOM trees, along the lines of the &xslt4j; Document
+ Table Model (DTM)<br/><br/></li>
</ul>
- <p>The XSLT specification makes no such requirement, but we plan to
implement a more efficient mechanism for storing and
- navigating DOM trees, along the lines of the &xslt4j; Document Table
Model (DTM)</p>
<p>Watch the <human-resource-ref idref="xalandev"/> for more information
and for ideas about how you can get involved.</p>
</s3>