www.alphaworks.ibm.comwww.ibm.com/developerwww.ibm.com

Home

XML4J Readme
Xerces Readme
Installation

API Docs
Samples
Schema

Properties
Features
FAQs

Releases
Caveats
Feedback

Y2K Compliance

Unpacking the files
 

Xerces is packaged as a ZIP file for Windows NT and 95/98 and as a tar.gz file for AIX and all UNIX flavors. You need to unzip the Windows distribution into a directory using either unzip or pkzip or a GUI utility like winzip. The UNIX distribution should first be uncompressed (using the GNU gunzip command). Then run tar -xvf on the resulting .tar file to extract the files.

Windows NT/95/98
 
  • unzip xml4j3_0_0EA3.zip
  • This command creates a "xml4j" sub-directory in the current directory containing all the files.

UNIX (all flavors)
 
  • gunzip xml4j3_0_0EA3.tar.gz
  • tar xvf xml4j3_0_0EA3.tar
  • These commands create a "xml4j" sub-directory in the current directory containing all the files.


Files in this release
 
bin/Xerces.jar  Jar file containing all the parser class files 
bin/XercesSamples.jar  Jar file containing all sample class files 
bin/xml4j.jar  Jar file containing IBM enhancements 
Readme.html  This file 
license.html  license for Xerces 
w3c_copyright_software.html  W3C Copyright Notice for DOM 
docs/  Directory containing documentation 
docs/apidocs/  Directory containing Javadoc API for parser framework 
data/  Directory containing sample XML data files 
src/  Source files 
samples/  Directory containing sample programs