(PHP 5, PHP 7)
Import stylesheet
public bool XSLTProcessor::importStylesheet ( object $stylesheet )
This method imports the stylesheet into the XSLTProcessor for transformations.
Parameters:
stylesheet
The imported style sheet as a DOMDocument or SimpleXMLElement object.
Returns:
Returns TRUE
on success or FALSE
on failure.
Changelog:
5.2.8
Accepts SimpleXMLElement again which was broken since PHP 5.2.6.
Please login to continue.