|
Kev's Development Toolbox |
|
| Development Utils: | Back |
XSL Visual Transformer
| Overview | ||||
|
Applies XSLT stylesheets to an XML Source document. Application has 3 panels, XML source, XSL stylesheet and results panel. User can load the souce and stylesheet using a File dialog, apply the transformation and see the results in the result panel. Useful for testing XSL transforms, either from available files or interactively by typing the source and stylesheet directly into the application.
|
||||
| Requirements | ||||
|
||||
| Running the App | ||||
|
To run the app if using JDK1.4, run straight from the jar file: java -jar XSLTransformer.jar To run if using a JDK version prior to 1.4 (JAXP api, and JAXP compatible DOM and XSLT implementations must be in your classpath): java -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl kh.visualxslt.VisualXSLT |
||||
| Technologies Used | ||||
|
||||
| Screenshots | ||||
|
Main Window
|