Die Klasse XSLTProcessor
(PHP 5, PHP 7, PHP 8)
Einführung
Klassenbeschreibung
class XSLTProcessor
{
/* Eigenschaften */
/* Methoden */
}
Eigenschaften
- doXInclude
-
Gibt an, ob xIncludes durchgeführt werden soll.
- cloneDocument
-
Gibt an, ob die Transformation an einem Klon des Dokuments durchgeführt
werden soll.
- maxTemplateDepth
-
Die maximale Rekursionstiefe der Vorlage.
- maxTemplateVars
-
Die maximale Anzahl an Variablen in der Vorlage.
Changelog
Version |
Beschreibung |
8.4.0 |
Die Eigenschaften
doXInclude und
cloneDocument
sind nun explizit in der Klasse definiert.
|
8.4.0 |
Die Eigenschaften
maxTemplateDepth
und maxTemplateVars
wurden hinzugefügt.
|
Inhaltsverzeichnis
tschallacka ¶ 9 years ago
uncomment extension=php_xsl.dll on windows to activate it in your php.ini. Then restart your webserver to refresh php.
joandres52725lm at gmail dot com ¶ 5 years ago
[Update] PHP version /.3.15 and Windows Uncomment `extension=xsl` to activate it in your php.ini. Then restart your webserver to refresh php.
flavius ¶ 9 years ago
It requires PHP5 XSL extension. On linux:
sudo apt-get install php5-xsl