The XSLTProcessor class
Guide
Edit on GitHub ✎
Whether to perform xIncludes.
Intro
Class synopsis
class XSLTProcessor { }
Properties
doXIncludeWhether to perform xIncludes.
cloneDocumentWhether to perform the transformation on a clone of the document.
maxTemplateDepthThe maximum template recursion depth.
maxTemplateVarsThe maximum number of variables in the template.
Changelog
| Version | Description |
|---|---|
| 8.4.0 | The properties doXInclude and cloneDocument are now explicitly defined on the class. |
| 8.4.0 | Added properties maxTemplateDepth and maxTemplateVars. |
Xsltprocessor