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

Home

Readme
Installation
Download
CVS Repository

Samples
API JavaDoc
XNI Manual
FAQs

Features
Properties

Release Info
Limitations
Report a Bug

Unpacking the Files
 

Xerces-J is packaged as a ZIP file for all platforms and operating systems. The parser release is also packaged as Tar GZip files as a convenience for UNIX users. You can extract the ZIP files using the Java jar command to unpack the distribution.

jar xf Xerces-J-bin.2.0.0.beta2.zip
jar xf Xerces-J-src.2.0.0.beta2.zip
jar xf Xerces-J-tools.2.0.0.beta2.zip

All of these commands creates a sub-directory called "xerces-2_0_0_beta2" in the current directory.


Files in the Binary Package
 
LICENSE  License for Xerces-J 
Readme.html  Web page redirect to docs/html/index.html 
xerces.jar  Jar file containing all the parser class files 
xercesSamples.jar  Jar file containing all sample class files 
data/  Directory containing sample XML data files 
docs/html/  Directory containing documentation 
docs/apiDocs/  Directory containing Javadoc API for parser framework 
samples/  Directory containing the source code for the samples 
Note To use Xerces-J you do not need the source files. However, if you want to recompile the sources you need to download the source package.

Files in the Source Package
 
LICENSE  License for Xerces-J 
build.bat  Batch file for invoking Ant build for Windows users 
build  Shell script for invoking Ant build for UNIX users 
build.xml  Ant build file -- read README file before building 
README  Build instructions 
Readme.html  Web page redirect required for building documentation 
STATUS  Current source code status information 
TODO  Current list of "todo" items 
ISSUES  Current open issues that need to be resolved 
data/  Directory containing sample XML data files 
docs/  Directory containing documentation, in XML form 
samples/  Directory containing source code for samples 
src/  Directory containing source code for parser and supplemental APIs  
Note In order to compile the source code using Ant or build the release packages, you must download the Xerces-J-tools.2.0.0.beta2.zip package and extract it in the same directory where you extracted the source package.


Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.