You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2022/12/04 14:25:41 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: minor improvements to, xalanj documentation meta-data

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 0789a423 minor improvements to, xalanj documentation meta-data
0789a423 is described below

commit 0789a4234bf9c39ae7f1cc9fcbb8987ff2f4e92f
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Dec 4 19:55:25 2022 +0530

    minor improvements to, xalanj documentation meta-data
---
 xdocs/sources/xalan/extensions.xml | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/xdocs/sources/xalan/extensions.xml b/xdocs/sources/xalan/extensions.xml
index 18c57df3..3b3ceea1 100644
--- a/xdocs/sources/xalan/extensions.xml
+++ b/xdocs/sources/xalan/extensions.xml
@@ -75,15 +75,15 @@ more information.</note><br></br>
    by the BSF implementation you are using. If you are using Jakarta BSF, please refer to 
    <jump href="http://jakarta.apache.org/bsf/index.html">Jakarta BSF Supported Languages</jump> for other
    scripting languages with BSF support.</p>
-<p>BSF requires bsf.jar on the classpath. This JAR file is no longer shipped with &xslt4j;. It can be 
-   downloaded from <jump href="http://jakarta.apache.org/bsf/index.html">the Apache Jakarta BSF project 
-   web site</jump>. It is required only if you have extensions written in languages other than Java. 
+<p>BSF requires the file bsf.jar on the classpath. The bsf.jar file is provided, by the XalanJ src 
+   distribution. If required, that can also be downloaded from the <jump href="https://commons.apache.org/proper/commons-bsf/index.html"> 
+   Apache Commons BSF project web site</jump>. The BSF jar file is required only if you have extensions written in languages other than Java. 
    The additional JAR files or DLLs required to support extensions written in other languages are 
-   listed at the Jakarta BSF web site as <jump href="http://jakarta.apache.org/bsf/projects.html"> 
-   Related Projects </jump> . These files are available from the sources indicated and are not shipped 
+   listed at the Apache Commons BSF project web site at <jump href="https://commons.apache.org/proper/commons-bsf/projects.html"> 
+   Related Projects</jump>. These files are available from the sources indicated and are not shipped 
    with &xslt4j;. </p>
 <anchor name="BSFManager"/>
-<p>By default Xalan-Java assumes BSF support is provided by the Jakarta BSF implementation. There are three 
+<p>By default Xalan-Java assumes BSF support is provided by the Apache Commons BSF implementation. There are three 
    ways of specifying the class that provides the BSF Manager service:.</p>
 <ul><li>Set the system property org.apache.xalan.extensions.bsf.BSFManager;</li>
     <li>In the property file "/lib/xalan.properties" in the JRE directory, add the key 
@@ -169,9 +169,12 @@ more information.</note><br></br>
 </s2>
 <anchor name="setup-runtime"/>
 <s2 title="Setting up the runtime environment">
-<p>To run the preceding example, bsf.jar and js.jar must be on the classpath. Remember that bsf.jar 
-   must be on the classpath to run any extension written in a language other than Java. For extensions 
-   implemented in a scripting language, see the additional requirements in 
+<p>To run the preceding example, bsf.jar and Mozilla Rhino jar must be on the classpath. 
+   The Mozilla Rhino jar, is provided by the XalanJ src distribution. Mozilla Rhino is an 
+   implementation of JavaScript in Java (please see, <jump href="https://github.com/mozilla/rhino">
+   Mozilla Rhino project page</jump> for more information, about Mozilla Rhino project). Remember that 
+   bsf.jar must be on the classpath to run any extension written in a language other than Java. 
+   For extensions implemented in a scripting language, see the additional requirements in 
    <link anchor="supported-lang">Supported languages</link>.</p>
 </s2>
 <anchor name="basic-syntax"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org