dleslie 01/06/13 14:53:15
Modified: java/xdocs/sources/xalan history.xml readme.xml whatsnew.xml
Log:
updates for 2.2.D2
Revision Changes Path
1.7 +1 -1 xml-xalan/java/xdocs/sources/xalan/history.xml
Index: history.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/history.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- history.xml 2001/06/12 18:27:57 1.6
+++ history.xml 2001/06/13 21:53:10 1.7
@@ -1,5 +1,5 @@
- <s3 title="Changes since &xslt4j; 2.1.0">
+ <s3 title="Changes for &xslt4j; 2.1.0">
&xsltcdone;
<p>This release also includes a number of bug fixes to &xslt4j; and
TrAX.
We have also enhanced the ApplyXSLT servlet. It can now be set up to
use a compiled Templates object to respond to multiple
1.37 +2 -1 xml-xalan/java/xdocs/sources/xalan/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- readme.xml 2001/06/12 19:41:43 1.36
+++ readme.xml 2001/06/13 21:53:11 1.37
@@ -78,7 +78,8 @@
<li><link anchor="to-do">To-do tasks for future &xslt4j;
releases</link></li>
</ul>
<anchor name="done"/>
- <s3 title="Changes since &xslt4j; 2.2.D1">
+ <s3 title="Changes since &xslt4j; 2.1.0">
+ <p></p>
<p>We have moved the DTM_EXP branch to the main branch, incorporating all
our work on the <link idref="whatsnew" anchor="dtm">DTM</link> into the Xalan
source tree.
The branch is not absolutely perfect, but it's in pretty good shape, and we
think
any final polishing should be done on the main branch. We would also like
1.21 +4 -1 xml-xalan/java/xdocs/sources/xalan/whatsnew.xml
Index: whatsnew.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/whatsnew.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- whatsnew.xml 2001/06/12 18:28:01 1.20
+++ whatsnew.xml 2001/06/13 21:53:12 1.21
@@ -57,7 +57,10 @@
* <http://www.apache.org/>.
-->
<s1 title="What's new in &xslt4j2;">
- &xsltcwhatsnewhead;
+<ul>
+ <li><link anchor="design">New design</link></li>&xsltcwhatsnewhead;
+ <li><link anchor="dtm">Document Table Model (DTM)</link></li>
+ </ul><anchor name="design"/>
<s2 title="New Design">
<p>&xslt4j2; represents a fundamental redesign of Xalan. The primary
objective of this redesign is an easier-to-use, more understandable, and more
modular API that encourages wider participation in its ongoing development by
the open-source XML developer community, and that lends itself to "streaming,"
the production of transformation output while the input is still being
parsed.</p>
<p>&xslt4j2; builds on <resource-ref idref="sax2"/>, <resource-ref
idref="dom2"/>, and the <resource-ref idref="jaxp"/>. For example, &xslt4j2;
incorporates the SAX parsing event model in its support for the incremental
production of transformation output. &xslt4j2; also implements the standard
TrAX API (see below) that enables you to code your XML applications without
reference to the internal details of a particular Transformer or XML parser.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]