public class XMLTransformer
extends java.lang.Object
Constructor and Description |
---|
XMLTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
transform(java.io.File datafile,
java.io.File stylesheet,
java.io.File outfile)
This method does the transformation from XML data to formatted HTML.
|
public void transform(java.io.File datafile, java.io.File stylesheet, java.io.File outfile)
datafile
- the XML file to be transformedstylesheet
- the XSL file specifying the transformationoutfile
- the output HTML file