dleslie 02/02/08 09:16:49 Modified: java/xdocs/sources/xalan getstarted.xml whatsnew.xml Log: Added ref to xml-apis.jar as a requirement. Revision Changes Path 1.23 +1 -0 xml-xalan/java/xdocs/sources/xalan/getstarted.xml Index: getstarted.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/getstarted.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- getstarted.xml 8 Feb 2002 15:56:32 -0000 1.22 +++ getstarted.xml 8 Feb 2002 17:16:49 -0000 1.23 @@ -15,6 +15,7 @@ <ul> <li>The JDK or JRE 1.2.2, or 1.3.x</li> <li>xalan.jar</li> +<li>xml-apis.jar</li> <li>&xml4j-jar;, or another <link idref="usagepatterns" anchor="plug">XML Parser</link></li> </ul> <p>You can get the JDK or JRE from <jump href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</jump> or <jump href="http://www.java.sun.com">java.sun.com</jump>.</p> 1.26 +1 -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.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- whatsnew.xml 17 Jul 2001 14:28:25 -0000 1.25 +++ whatsnew.xml 8 Feb 2002 17:16:49 -0000 1.26 @@ -62,7 +62,7 @@ <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; represents a fundamental redesign of &xslt4j;. 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> <p>Given the scope of the redesign, the changes with respect to <jump href="http://xml.apache.org/xalan/index.html">&xslt4j; 1.x</jump> are global in nature. For an introduction to the &xslt4j2; usage patterns, see <link idref="usagepatterns">Basic Usage Patterns</link>.</p> <p>&xslt4j2; implements the <link idref="trax">TRaX (Transformation API for XML)</link> interfaces. The product of extensive open-source collaboration by members of the XML developer community, TrAX provides a conceptual framework and a standard API for performing XML transformations. During its evolution, the TrAX API has undergone several revisions. We believe this API has now reached or is very close to final form. In November 2000, TrAX was incorporated into <resource-ref idref="jsr063"/>, the Java API for XML Processing 1.1 , which has been published for public review (see <resource-ref idref="jaxp11"/>). We strongly encourage you to utilize the TrAX framework when you use &xslt4j2; to perform XML transformations.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
