zongaro 2003/02/04 15:30:58
Modified: java/xdocs/sources/xalan Tag: XSLTC_DTM samples.xml
Log:
Put information about various samples JAR files into a table to simplify the
organization.
Revision Changes Path
No revision
No revision
1.48.4.4 +35 -3 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.48.4.3
retrieving revision 1.48.4.4
diff -u -r1.48.4.3 -r1.48.4.4
--- samples.xml 4 Feb 2003 20:42:41 -0000 1.48.4.3
+++ samples.xml 4 Feb 2003 23:30:57 -0000 1.48.4.4
@@ -75,11 +75,43 @@
<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
- sample applications. The class files for the samples are in
xalansamples.jar (everything except the servlet) and xalanservlet.jar, so to
run the samples, you should place these JAR files on the system classpath.</p>
+ <p>Each of the subdirectories in the &xslt4j; java/samples directory
+ contains the source files for one or more sample applications. The class
+ files for the samples are in the following jar files:</p>
+<table>
+<tr>
+ <th>JAR file</th>
+ <th>Content</th>
+</tr>
+<tr>
+ <td>xalansamples.jar</td>
+ <td>Everything except the Xalan-J Interpretive servlet sample and some
+ XSLTC samples</td>
+</tr>
+<tr>
+ <td>xalanservlet.jar</td>
+ <td>Xalan-J Interpretive servlet sample</td>
+</tr>
+<tr>
+ <td>xsltcapplet.jar</td>
+ <td>XSLTC applet sample</td>
+</tr>
+<tr>
+ <td>xsltcbrazil.jar</td>
+ <td>XSLTC Brazil server sample</td>
+</tr>
+<tr>
+ <td>xsltcejb.jar</td>
+ <td>XSLTC EJB sample</td>
+</tr>
+<tr>
+ <td>xsltcservlet.jar</td>
+ <td>XSLTC servlet sample</td>
+</tr>
+</table>
<p>With most of the samples, you can use the following procedure:</p>
<ol>
- <li>Be sure xalan.jar, xml-apis.jar, xalansamples.jar, and &xml4j-jar;
are on the system class
+ <li>Be sure xalan.jar, xml-apis.jar, the appropriate samples JAR file,
and &xml4j-jar; are on the system class
path. For the extension examples, bsf.jar and (for the JavaScript
extensions) js.jar must also be on the class
path.</li>
<li>Be sure the java executable is on your path.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]