php8.5
Home/ Manual/ reference / xsl/ The XSLTProcessor class

The XSLTProcessor class

Whether to perform xIncludes.

Intro

Class synopsis

class XSLTProcessor { }

Properties

doXInclude

Whether to perform xIncludes.

cloneDocument

Whether to perform the transformation on a clone of the document.

maxTemplateDepth

The maximum template recursion depth.

maxTemplateVars

The maximum number of variables in the template.

Changelog

VersionDescription
8.4.0The properties doXInclude and cloneDocument are now explicitly defined on the class.
8.4.0Added properties maxTemplateDepth and maxTemplateVars.

Xsltprocessor

In this section

Source: reference/xsl/xsltprocessor.xml · from the official PHP manual (php/doc-en)