dleslie 00/12/01 14:25:12
Modified: java/xdocs/sources/xalan getstarted.xml resources.xml
Log:
More work on new TrAX.
Revision Changes Path
1.8 +2 -2 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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- getstarted.xml 2000/11/21 17:40:57 1.7
+++ getstarted.xml 2000/12/01 22:25:11 1.8
@@ -54,8 +54,8 @@
<p>You can start by using your own XML source files and XSL stylesheets with
the sample applications, which illustrate a number of the <link
idref="usagepatterns">basic usage patterns</link>.</p>
<p>Here is the basic TRaX procedure to keep in mind when you set up a
transformation:</p>
<ol>
-<li>Use the TransformerFactory static newInstance() method to instantiate a
<jump
href="apidocs/javax/xml/transform/TransformerFactory.html"></jump>.<br/><br/></li>
-<li>Use the TransformerFactory newTransformer(Source stylesheet) method to
process the transformation instructions in an XSLT stylesheet (producing under
the covers a <jump
href="apidocs/javax/xml/transform/Templates.html"></jump>Templates object) and
generate a <jump
href="apidocs/javax/xml/transform/Transformer.html">Transformer</jump>.<br/><br/></li>
+<li>Use the <jump
href="apidocs/javax/xml/transform/TransformerFactory.html">TransformerFactory</jump>
static newInstance() method to instantiate a TransformerFactory.<br/><br/></li>
+<li>Use the TransformerFactory newTransformer(Source stylesheet) method to
process the transformation instructions in an XSLT stylesheet Source (producing
under the covers a <jump
href="apidocs/javax/xml/transform/Templates.html"></jump>Templates object) and
generate a <jump
href="apidocs/javax/xml/transform/Transformer.html">Transformer</jump>.<br/><br/></li>
<li>Use the Transformer transform(Source xmlSource, Result transformResult)
method to apply the transformation instructions (the Template object) to the
XML Source and produce the transformation Result.<br/><br/></li>
</ol>
<p>A couple of alternatives:</p>
1.5 +1 -1 xml-xalan/java/xdocs/sources/xalan/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- resources.xml 2000/11/21 17:40:58 1.4
+++ resources.xml 2000/12/01 22:25:11 1.5
@@ -53,7 +53,7 @@
<resource id="trax"
title="TRaX (Transformations for XML)"
-
location="apidocs/org/apache/trax/package-summary.html#package_description"/>
+ location="apidocs/org/apache/trax/trax.html"/>
<resource id="dom"