DLESE Tools
v1.6.0

org.dlese.dpc.commands
Class RunXSLTransform

java.lang.Object
  extended by org.dlese.dpc.commands.RunXSLTransform

public class RunXSLTransform
extends Object

Command-line routine that performs XSL transforms of XML files or directories of files. Has option for validating records and will return a report of the validation as well as the outcome of the transform

Author:
John Weatherley

Constructor Summary
RunXSLTransform()
           
 
Method Summary
static void main(String[] args)
          The main program for the RunXSLTransform class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunXSLTransform

public RunXSLTransform()
Method Detail

main

public static void main(String[] args)
The main program for the RunXSLTransform class

Parameters:
args - The command line arguments

DLESE Tools
v1.6.0