http://xml.apache.org/http://www.apache.org/http://www.w3.org/

What's New

Overview
Downloads
Getting Started
Using XSLTC

FAQs

Sample Apps
Command Line

Usage Patterns
Features

TrAX
DTM
API (Javadoc)

Extensions
Extensions Library
XSLTC Exts

Release Notes

Xalan 2 Design
XSLTC Design

Bugs
Testing
Builds

Credits
XSLTC Credits

Downloading what you need
 

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.

There are 2 binary distributions available; you only need to choose one of them. The first binary distribution contains the Xalan Interpretive processor and the Xalan Compiled processor (XSLTC) and the runtime support packages into a single jar, called xalan.jar. The second binary distribution contains the Xalan Interpretive processor in xalan.jar and the Xalan Compiled processor (XSLTC) and the runtime support packages in xsltc.jar. The runtime support packages required by XSLTC are: java_cup runtime version 0.10j, bcel version 5.0, and regexp version 1.2. Both binary distributions contain xml-apis.jar (the JAXP 1.2 implementation) and xercesImpl.jar from Xerces-Java 2.4.0.

To get the first Xalan-Java binary distribution, download and unzip either of the following from the xalan-j distribution directory:

To get the second Xalan-Java binary distribution, download and unzip either of the following from the xalan-j distribution directory:

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.


Where do I get Xerces-Java?
 

The Xalan-Java download includes xercesImpl.jar from Xerces-Java 2.4.0. In conjunction with xml-apis.jar, this is all you need to run Xalan-Java with the Xerces-Java XML parser. You can, however, download the complete Xerces-Java binary or source distribution from the xerces-j distribution directory.

NoteIf you plan to use a different XML parser, see Plugging in a Transformer and XML parser.


Copyright © 2003 The Apache Software Foundation. All Rights Reserved.