(PHP 5, PHP 7)
XSLTProcessor::importStylesheet — Import stylesheet
$stylesheet
This method imports the stylesheet into the XSLTProcessor for transformations.
stylesheet
The imported style sheet as a DOMDocument or SimpleXMLElement object.
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.
TRUE
FALSE