net.sourceforge.sqlunit.tools
Class TransformTool

java.lang.Object
  extended by net.sourceforge.sqlunit.tools.TransformTool

public class TransformTool
extends java.lang.Object

The TransformTool is a XSL Transformer that converts XML files containing some or all of the information required to build a SQLUnit test file using a provided XSL stylesheet. The program is called thus: java net.sourceforge.sqlunit.tools.TransformTool \ --input=/your/input/xml/file.xml \ --transform=/your/stylesheet/file.xsl \ --output=/your/output/sqlunit/xml/file.xml This program was based in large part on the information provided at these websites: http://www-106.ibm.com/developerworks/java/library/x-tipjdom.html These websites provide a quick primer and a case study on building and using stylesheets and XSLT. http://www.brics.dk/~amoeller/XML/xslt-4.1.html http://www.scit.wlv.ac.uk/~jphb/xml/xmlcsv.html

Version:
$Revision: 1.2 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
TransformTool()
           
 
Method Summary
static void main(java.lang.String[] argv)
          This is how we are called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformTool

public TransformTool()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
This is how we are called.

Parameters:
argv - a String array of arguments.
Throws:
java.lang.Exception