dleslie 01/05/17 07:41:13
Modified: java/xdocs/sources/xalan samples.xml xsltc_usage.xml
Log:
Preliminary info on translet JAXP samples.
Revision Changes Path
1.30 +2 -2 xml-xalan/java/xdocs/sources/xalan/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/samples.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- samples.xml 2001/05/02 21:38:09 1.29
+++ samples.xml 2001/05/17 14:41:04 1.30
@@ -71,7 +71,7 @@
<li><link anchor="servlet">servlet</link></li>
<li><link anchor="extensions">Extensions</link></li>
<li><link anchor="trace">Trace</link></li>
-<li><link anchor="trax">trax</link></li>
+<li><link anchor="trax">trax</link></li>&xsltcsampleshead;
</ul>
<s2 title="Samples to help you get started">
<p>Each of the subdirectories in the &xslt4j; java/samples directory
contains the source files for one or more
@@ -463,5 +463,5 @@
<p>Run this sample from the trax subdirectory with</p>
<p><code>java Examples</code></p>
<p>and examine the source in Examples.java and
ExampleContentHandler.java.</p>
- </s2>
+ </s2>&xsltcsamples;
</s1>
1.10 +2 -0 xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml
Index: xsltc_usage.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_usage.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xsltc_usage.xml 2001/05/16 20:32:37 1.9
+++ xsltc_usage.xml 2001/05/17 14:41:06 1.10
@@ -353,6 +353,7 @@
transformer.transform(new StreamSource(xmlInURI),
new StreamResult(htmlOutURI));
...</source>
+<p>For a working sample that illustrates this usage pattern, see <link
idref="samples" anchor="xsltc1">JAXPTransletOneTransformation</link>.</p>
<p><em>Example 2:</em> Compiling a translet/Templates object for a single
transformation</p>
<source>import java.util.Properties;
import javax.xml.transform.TransformerFactory;
@@ -376,6 +377,7 @@
// Perform the transformation from a StreamSource to a StreamResult;
transformer.transform(new StreamSource(xmlInURI),
new StreamResult(htmlOutURI));</source>
+<p>For a working sample that illustrates this usage pattern, see <link
idref="samples" anchor="xsltc2">JAXPTransletMultipleTransformations</link>.</p>
</s3>
</s2><anchor name="constraints"/>
&xsltc_constraints;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]