Package ddf.util
Class XSLTUtil
java.lang.Object
ddf.util.XSLTUtil
-
Method Summary
-
Method Details
-
transform
public static Document transform(Templates template, Document xmlDoc, Map<String, Object> parameters) throws TransformerExceptionPerforms an xsl transformation against an XML document- Parameters:
template- The compiled XSL template to be runxmlDoc- xml document to be transformedxslProperties- default classification- Returns:
- the transformed document.
- Throws:
TransformerException
-