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.

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.


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.