(PHP 5, PHP 7)
XSLTProcessor::importStylesheet — Import stylesheet
$stylesheet
) : boolThis method imports the stylesheet into the XSLTProcessor for transformations.
Returns TRUE
on success or FALSE
on failure.
Version | Description |
---|---|
5.2.8 | Accepts SimpleXMLElement again which was broken since PHP 5.2.6. |