com.lotus.xsl
Class Process

java.lang.Object
  |
  +--com.lotus.xsl.Process

public class Process
extends java.lang.Object

This class handles the command line interface for LotusXSL. It ends up creating one of the XML4J liaisons, and calling the XSLProcessor class.


Constructor Summary
Process()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Command line interfact to transform the XML according to the instructions found in the XSL document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process

public Process()
Method Detail

main

public static void main(java.lang.String[] argv)
Command line interfact to transform the XML according to the instructions found in the XSL document.
    -in inputXMLURL
    -xsl XSLTransformationURL
    -out outputFileName
    -F (Format output pretty-printed)