toolbox.parsers
Class SimpleXSLT

Package class diagram package SimpleXSLT
java.lang.Object
  extended by toolbox.parsers.SimpleXSLT

public class SimpleXSLT
extends java.lang.Object

Command line utility to perform simple XSL transformations.


Method Summary
static void main(java.lang.String[] args)
          Application starting point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Application starting point.

Parameters:
args - Command line arguments.
  • -xml: Path to an XML file.
  • -xsl: Path to an XSL file.
  • -out: Path to the output file.
  • -params: CSV string of name/value pairs.