Class zwt.tpl.xsl.XSLTemplate
Extends
zwt.tpl.Template.
The runtime representation of an XSL style sheet.
Defined in: XSLTemplate.js.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.tpl.xsl.XSLTemplate(String_xslURL, Document_xsl)
Construct a XSL template object.
|
Method Attributes | Method Name and Description |
---|---|
Create a new XSL transformer based on this XSL template.
|
Class Detail
zwt.tpl.xsl.XSLTemplate(String_xslURL, Document_xsl)
Construct a XSL template object.
Author: Jeremy KUHN.
Author: Jeremy KUHN.
- Parameters:
- {String} String_xslURL
- The URL of the XSL style sheet, if null use the Document_xsl.
- {Document} Document_xsl
- An XSL document object.
Method Detail
{zwt.tpl.xsl.XSLTransformer}
newTransformer()
Create a new XSL transformer based on this XSL template.
- Returns:
- A new XSL transformer instance