XMLConfig
Configuration Management API for Java

XMLConfig Installation Guide

Unzip xcxxx.zip to a directory where you want to install XMLConfig.

1 System Requirements

XMLConfig can be used on any platform with JDK 1.2.

To use XMLConfig with an XML parser other than the built-in XML parser. The system needs to have:
  • JAXP (Java API for XML Processing) 1.1 or above
  • JAXP 1.1 compliant XML parser

2 Library Installation

Unzip xcxxx.zip to extract lib\xcxxx.jar. Then put xcxxx.jar onto the Java CLASSPATH.

3 To Use XMLConfig With A JAXP XML Parser

Go to http://java.sun.com/xml/jaxp/ for instructions on how to download and install JAXP. For JDK 1.4 or higher, JAXP has already bundled with JDK.

There are quite a few JAXP compliant XML parsers available. Popular ones are: Once the JAXP compliant parser is installed, XMLConfig will automatically detect it and start to use the new XML parser.

©1998-2002 Sunwest Technologies.