Php/docs/xsltprocessor.importstylesheet

From Get docs

XSLTProcessor::importStylesheet

(PHP 5, PHP 7)

XSLTProcessor::importStylesheetImport stylesheet


Description

public XSLTProcessor::importStylesheet ( object $stylesheet ) : bool

This method imports the stylesheet into the XSLTProcessor for transformations.


Parameters

stylesheet
The imported style sheet as a DOMDocument or SimpleXMLElement object.


Return Values

Returns TRUE on success or FALSE on failure.