Project Notes


Project: XML Tools
Author: Keith Wood (kbwood@iprimus\.com\.au)
Company:
Description:
A collection of JBuilder extensions (through the OpenTools API) that provide useful functionality related to XML files. Currently included are:

To use these tools, just compile the project and place the classes in a jar file, along with the classes.opentools manifest file. Copy the main jar file (XMLTools.jar) to the JBuilder\lib\ext directory and restart JBuilder. The tools automatically register themselves and appear when an XML file is selected. Copy the documentation jar file (XMLToolsDoc.jar) to the JBuilder\doc directory to have help available on request.

You also need to have the jar files for your chosen validator and transformer on your classpath. Put these in JBuilder\lib for automatic loading.

The XML Tools properties are accessed by right-clicking on an XML file node in the project explorer, choosing Properties..., then selecting the XML Tools tab. Add or delete validators and transformers, setting one of each to be the default.


Things to do...