MAXIMUM_REPLACEMENTS_DEFAULT
MAXIMUM_REPLACEMENTS_DEFAULT = -1
applyXslStyleSheet(\DOMDocument $xslDomDocument, array $xslOptions = array(), string $xslOptionsUri = '')
Applies XSL style sheet to template's parts.
Note: since the method doesn't make any guess on logic of the provided XSL style sheet, make sure that output is correctly escaped. Otherwise you may get broken document.
\DOMDocument | $xslDomDocument | |
array | $xslOptions | |
string | $xslOptionsUri |
Loading…