This is an automated email from the ASF dual-hosted git repository.
mukulg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1dd3167c minor changes to xalanj documentation
1dd3167c is described below
commit 1dd3167c91359ab9d24008c1feb630c54cd1cb94
Author: Mukul Gandhi <[email protected]>
AuthorDate: Fri Apr 14 16:43:31 2023 +0530
minor changes to xalanj documentation
---
xalan-j/getstarted.html | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/xalan-j/getstarted.html b/xalan-j/getstarted.html
index 45d295bd..ff90d2bb 100644
--- a/xalan-j/getstarted.html
+++ b/xalan-j/getstarted.html
@@ -190,21 +190,13 @@ the Xalan-Java Interpretive processor. See <a
href="xsltc_usage.html">Getting St
<h3>Setting up the system classpath</h3>
<p>At the very minimum, you must include <code>xalan.jar</code>,
<code>serializer.jar</code>, <code>xml-apis.jar</code>,
and <code>xercesImpl.jar</code> -- or another conformant XML parser --
see <a href="usagepatterns.html#plug">Plugging in a Transformer and XML
parser</a>) on the system classpath.
- To run the Xalan-Java Interpretive processor sample applications, include
<code>xalansamples.jar</code>
- (all samples other than the servlet) and <code>xalanservlet.jar</code>.
All these JAR files are
- distributed with Xalan-Java. To run Javascript extensions, include
<code>bsf.jar</code>, which can
- be obtained from the <a
href="http://jakarta.apache.org/bsf/index.html">Apache Jakarta
- BSF project</a>. For extensions implemented in other scripting language,
see
- <a href="extensions.html#supported-lang"> extensions language
requirements</a>
- to identify any additional JAR files you must place on the classpath and
where you can
- get them.</p>
+ To run the Xalan-Java interpretive processor sample applications, include
<code>xalansamples.jar</code> on the system classpath (all these jar files are
+ distributed with Xalan-Java binary distribution). To run Javascript
extensions, include <code>bsf.jar</code> (from Apache Commons Bean Scripting
Framework), <code>rhino-1.7.14.jar</code> (JavaScript implementation, from
Mozilla Foundation) and
+ <code>commons-logging-1.2.jar</code> (from Apache Commons Logging) on
system classpath (all these jar files are distributed with Xalan-Java src
distribution).
+ For extensions implemented in other scripting language, see <a
href="extensions.html#supported-lang"> extensions language requirements</a>
+ to identify any additional jar files you must place on the classpath and
where you can get them.</p>
<p>If you are using XSLTC, see <a href="xsltc_usage.html">Getting Starting
with XSLTC</a>.</p>
-
- <p>If you are using JDK or JRE 1.3.x or 1.4.x, include
<code>tools.jar</code> on the classpath. If you
- are using JDK or JRE 1.1.8 (supported for runtime only), then include
<code>classes.zip</code> on the
- classpath.</p>
-
<a name="samples"></a>
<p align="right" size="2">
@@ -302,7 +294,7 @@ the Xalan-Java Interpretive processor. See <a
href="xsltc_usage.html">Getting St
<a href="#content">(top)</a>
</p>
</div>
-<div id="footer">Copyright © 1999-2014 The Apache Software Foundation<br
/>Apache, Xalan, and the Feather logo are trademarks of The Apache Software
Foundation<div class="small">Web Page created on - Thu 2014-05-15</div>
+<div id="footer">Copyright © 1999-2023 The Apache Software Foundation<br
/>Apache, Xalan, and the Feather logo are trademarks of The Apache Software
Foundation<div class="small">Web Page created on - Thu 2023-04-14</div>
</div>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]