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 copy the main jar file (XMLTools.jar
)
to the JBuilder/lib/ext
directory, copy the documentation
(XMLToolsDoc.jar
) to the JBuilder/doc
directory,
and restart JBuilder. The tools automatically register themselves and
appear when an XML file is selected.
You also need to have the jar files for your chosen XML validator and
XSLT transformer on your classpath. Put these in the JBuilder/lib
directory for automatic loading.
Written by Keith Wood
(kbwood@iprimus.com.au).