dleslie 00/12/08 07:54:20
Modified: java/xdocs/sources entities.ent xalan-jsite.xml
java/xdocs/sources/xalan whatsnew.xml
Log:
Editorial updates.
Revision Changes Path
1.7 +2 -2 xml-xalan/java/xdocs/sources/entities.ent
Index: entities.ent
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- entities.ent 2000/12/07 14:14:37 1.6
+++ entities.ent 2000/12/08 15:54:14 1.7
@@ -2,8 +2,8 @@
<!ENTITY xslt4j "Xalan-Java">
<!ENTITY xslt4j2 "Xalan-Java 2">
-<!ENTITY xslt4j-dist "xalan-j_2_0_D02">
-<!ENTITY xslt4j-current "&xslt4j; version 2.0.D02">
+<!ENTITY xslt4j-dist "xalan-j_2_0_D03">
+<!ENTITY xslt4j-current "&xslt4j; version 2.0.D03">
<!ENTITY xml4j "Xerces-Java">
<!ENTITY xml4j-used "&xml4j; version 1.2.3">
<!ENTITY xslt4c "Xalan-C++">
1.5 +1 -1 xml-xalan/java/xdocs/sources/xalan-jsite.xml
Index: xalan-jsite.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jsite.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xalan-jsite.xml 2000/12/07 14:13:32 1.4
+++ xalan-jsite.xml 2000/12/08 15:54:14 1.5
@@ -58,4 +58,4 @@
* <http://www.apache.org/>.
-->
-<book title="Xalan XSL Transformer User's Guide" copyright="2000 The Apache
Software Foundation"><resources
source="sbk:/sources/xalan/resources.xml"/><external href="../index.html"
label="Home"/><separator/><document id="index" label="Xalan-J 2.0.D02"
source="xalan/index.xml"/><document id="whatsnew" label="What's New"
source="xalan/whatsnew.xml"/><separator/><document id="overview"
label="Overview" source="xalan/overview.xml"/><document id="getstarted"
label="Getting Started" source="xalan/getstarted.xml"/><separator/><document
id="samples" label="Sample Apps" source="xalan/samples.xml"/><document
id="commandline" label="Command Line"
source="xalan/commandline.xml"/><separator/><document id="usagepatterns"
label="Usage Patterns" source="xalan/usagepatterns.xml"/><separator/><external
href="apidocs/index.html" label="API (Javadoc)"/><separator/><document
id="extensions" label="Extensions" source="xalan/extensions.xml"/><document
id="extensionslib" label="Extensions Library" source="xalan/extensionslib.xm
l"/><separator/><document id="readme" label="Release Notes"
source="xalan/readme.xml"/><separator/><external
href="http://xml.apache.org/xalan/design/design2_0_0.html" label="Xalan 2
Design"/><separator/><external
href="http://xml.apache.org/xalan-j/test/overview.html" label="Testing"/></book>
+<book title="Xalan XSL Transformer User's Guide" copyright="2000 The Apache
Software Foundation"><resources
source="sbk:/sources/xalan/resources.xml"/><external href="../index.html"
label="Home"/><separator/><document id="index" label="Xalan-J 2.0.D03"
source="xalan/index.xml"/><document id="whatsnew" label="What's New"
source="xalan/whatsnew.xml"/><separator/><document id="overview"
label="Overview" source="xalan/overview.xml"/><document id="getstarted"
label="Getting Started" source="xalan/getstarted.xml"/><separator/><document
id="samples" label="Sample Apps" source="xalan/samples.xml"/><document
id="commandline" label="Command Line"
source="xalan/commandline.xml"/><separator/><document id="usagepatterns"
label="Usage Patterns" source="xalan/usagepatterns.xml"/><separator/><external
href="apidocs/index.html" label="API (Javadoc)"/><separator/><document
id="extensions" label="Extensions" source="xalan/extensions.xml"/><document
id="extensionslib" label="Extensions Library" source="xalan/extensionslib.xm
l"/><separator/><document id="readme" label="Release Notes"
source="xalan/readme.xml"/><separator/><external
href="http://xml.apache.org/xalan/design/design2_0_0.html" label="Xalan 2
Design"/><separator/><external
href="http://xml.apache.org/xalan-j/test/overview.html" label="Testing"/></book>
1.17 +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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- whatsnew.xml 2000/12/07 22:11:59 1.16
+++ whatsnew.xml 2000/12/08 15:54:18 1.17
@@ -62,7 +62,7 @@
<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>
<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 <resource-ref idref="trax"/> 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 <link idref="jaxp11"/>). We strongly encourage
you to utilize the TrAX framework when you use &xslt4j2; to perform XML
transformations.</p>
+<p>&xslt4j2; implements the <resource-ref idref="trax"/> 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>
<p>The basic organization of TrAX is quite simple: use a TransformerFactory
to process transformation instructions and generate a Transformer, with which
you can apply the processed transformation instructions to your XML Source,
producing a transformation Result. For more detail, see <link
idref="usagepatterns" anchor="basic">Basic steps</link>.</p>
<p>As part of the Java API for XML Processing, TraX provides a stable
framework for plugging Transformers (like &xslt4j;) and XML parsers (like
&xml4j;) into your applications without tying yourself to the internal details
of those implementations. See <link idref="usagepatterns"
anchor="plug">Plugging in a Transformer and XML parser</link>.</p>
</s2>