public class ApplyXSLT
extends java.lang.Object
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. |
| Modifier and Type | Field and Description |
|---|---|
protected static javax.xml.transform.Source |
inputXML
Input source.
|
protected static javax.xml.transform.Result |
result
Result.
|
protected static javax.xml.transform.Templates |
templates
Templates for transformer.
|
| Constructor and Description |
|---|
ApplyXSLT() |