See: Description
Class | Description |
---|---|
ApplyXSLT |
Apply XSLT transformation to a batch of input files.
|
Applies XSLT transformation to one or more files.
Usage:
java edu.northwestern.at.morphadorner.tools.applyxslt.ApplyXSLT outputdirectory script.xsl input1.xml input2.xml ...
outputdirectory | Output directory for files processed by applying the XSLT script to the input files. |
script.xsl | XSLT script file. |
input1.xml input2.xml ... | Input xml files. |