XML Tools - XSLT Viewer

An 'XSLT' tab appears in the browser for XML file types. Here you can select an XSLT stylesheet to apply to the current XML document (it defaults to the first stylesheet specified in the document). Apply it and see the resulting HTML (assumed), in both view and source modes, along with the source of the XSLT template.

Different engines can be used with the basic framework by implementing the XSLTransformer interface and updating the XML Tools properties to include the full name of the implementing class. By default the standard TrAX transformer is used.


Written by Keith Wood (kbwood@iprimus.com.au).