The XML Tools properties are accessed by right-clicking on an XML file node in the Project pane, choosing Properties..., then selecting the XML Tools tab. Add or delete validators and transformers, setting one of each to be the default.
The XML validators are used by the 'Validate XML' menu item to determine which parser to use to perform the validation. Add a new parser to the basic framework by implementing the XMLValidator interface and entering the full name of the implementing class on this page. By default the standard JAXP parser is used.
The XSLT transformers are used by the 'XSLT' viewer tab to determine which engine to use to perform the transformation. Add a new engine to the basic framework by implementing the XSLTransformer interface and entering the full name of the implementing class on this page. By default the standard TrAX transformer is used.
Written by Keith Wood
(kbwood@iprimus.com.au).