To use Xalan-Java, you need the following:
- The JDK or JRE 1.2.2, 1.3.x, or 1.4.x
- xalan.jar
- xml-apis.jar
- xercesImpl.jar, or another XML Parser
You can get the JDK or JRE from ibm.com/java/jdk/
or java.sun.com.
To get the Xalan-Java binary distribution (all you need to use and develop applications with Xalan-Java),
download and unzip either of the following from the xalan-j distribution directory:
The binary distribution contains Xalan-Java version 2.5.0 (xalan.jar and xml-apis.jar) and
xercesImpl.jar from Xerces-Java 2.4.0.
To get the Xalan-Java source distribution (with which you can do your own Xalan-Java build; see
Build notes), download and unzip either of the
following from the xalan-j distribution directory:
To access previous releases, see the xalan-j previously posted builds directory.
If you plan to run XSLT extensions implemented in languages
other than Java, then you will need bsf.jar, which is included in both the Xalan-Java binary
and source distributions. if you plan to run XSLT extensions implemented in scripting
languages, you will need bsf.jar and one or more additional files as indicated in
extensions language requirements.