dleslie 00/11/28 14:49:56
Modified: xdocs/sources/xalan samples.xml
Log:
Shifted from foo.xml/xsl to birds.xml/xsl
Revision Changes Path
1.19 +4 -4 xml-xalan/xdocs/sources/xalan/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/samples.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- samples.xml 2000/09/25 21:16:05 1.18
+++ samples.xml 2000/11/28 22:49:55 1.19
@@ -93,14 +93,14 @@
utility</link>, so they take arguments for the XML source file and the
XSL stylesheet.</p>
</s2><anchor name="simpletransform"/>
<s2 title="SimpleTransform">
- <p>What it does: The SimpleTransform class uses the foo.xsl stylesheet
to transform foo.xml, and prints the
- output to System.out.</p>
+ <p>What it does: The SimpleTransform class uses the birds.xsl stylesheet
to transform birds.xml, and prints the
+ output to birds.out.</p>
<p>You can run it from the SimpleTransform subdirectory with</p>
<p><code>java SimpleTransform</code></p>
</s2><anchor name="transformtodom"/>
<s2 title="TransformToDom">
- <p>What it does: The TransformToDom class uses the foo.xsl stylesheet to
transform foo.xml, produces an output
- DOM, and traverses the DOM, printing the traversal to System.out. In
contrast to SimpleTransform,
+ <p>What it does: The TransformToDom class uses the birds.xsl stylesheet
to transform birds.xml, produces an output
+ DOM, and traverses the DOM, printing the traversal to birds.out. In
contrast to SimpleTransform,
TransformToDom illustrates the procedure for creating an output DOM
that is available for further
processing. The XSLTProcessor is set up to use XercesLiaison and the
Xerces DOM parser rather than the default DTM liaison
and parser.</p>