[K e v ' s D e v e l o p m e n t T o o l b o x]

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.

Jar File here
Source jar here


Requirements
  • JDK 1.4 or above (includes JAXP, W3C DOM and XSLT implementations)
or
  • JDK version prior to 1.4, but with JAXP1.1 and compatible DOM and XSLT implementations in classpath (eg Apache Xerces and Apache Xalan)
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
  • Swing UI classes
  • JAXP1.1 api
  • DOM api
  • XSLT transformation api
Screenshots

Main Window

Site designed and
developed by
MindBeans Software Consulting: Independent Consultants - Software Design and Development
© Copyright Kevin Hooke, MindBeans Software Consulting 2002-2008.
All Rights Reserved.
Running on JBoss4.2.0/Tomcat5.0, Linux Fedora Core FC4 2.6.11
Current uptime last checked at: Fri May 23 22:08:39 PDT 2008
22:08:39 up 19 min, 2 users, load average: 0.02, 0.22, 0.28
  Last updated: Oct 2007 v2.0