public final class XSLTUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Document |
transform(Templates template,
Document xmlDoc,
Map<String,Object> parameters)
Performs an xsl transformation against an XML document
|
public static Document transform(Templates template, Document xmlDoc, Map<String,Object> parameters) throws TransformerException
template - The compiled XSL template to be runxmlDoc - xml document to be transformedxslProperties - default classificationTransformerExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.