| java.lang.Object org.ofbiz.base.util.template.XslTransform
XslTransform | final public class XslTransform (Code) | | XslTransform
This utility takes an input document and a XSL stylesheet and performs the
transform, returning the output document.
The input for both the input document and stylesheet can be in one of three forms
- a URL to the doc, the doc in string form and the doc in DOM Document form.
It keeps its own cache for storing the compiled transforms.
|
|
|