XSLTProcessor::importStylesheet
(PHP 5)
XSLTProcessor::importStylesheet — Import stylesheet
Description
public
bool XSLTProcessor::importStylesheet
( object
$stylesheet
)This method imports the stylesheet into the XSLTProcessor for transformations.
Return Values
Returns TRUE on success or FALSE on failure.
Changelog
| Version | Description |
|---|---|
| 5.2.8 | Accepts SimpleXMLElement again which was broken since PHP 5.2.6. |