To use Xalan-Java, you need the following:
There are 2 binary distributions available; you only need to choose one of them.
Both binary distributions contain xml-apis.jar and xercesImpl.jar from Xerces-Java 2.7.1.
- The first binary distribution, xalan-j_2_7_0-bin.zip or xalan-j_2_7_0-bin.tar.gz,
contains the Xalan Interpretive processor, the Xalan Compiled processor (XSLTC) and the
runtime support packages in a single jar, called xalan.jar.
- The second binary distribution, xalan-j_2_7_0-bin-2jars.zip or xalan-j_2_7_0-bin-2jars.tar.gz
contains the Xalan Interpretive processor in xalan.jar, and the Xalan Compiled
processor (XSLTC) and the runtime support packages in xsltc.jar.
The binary distributions can be downloaded from the xalan-j distribution directory.
There is an optional source distribution available for doing your own Xalan-Java builds; see
Build notes. You can download the source distribution from
the xalan-j distribution directory.
If you plan to run XSLT extensions implemented in languages
other than Java, then you will need an implementation of the Bean Scripting Framework (BSF).
An open source implementation is available for download from Apache. See the
Apache Jakarta
BSF project. 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.
To access previous releases, see the xalan-j archive directory.