XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

Opis

void XSLTProcessor::importStylesheet ( object $stylesheet )

This method imports the stylesheet into the XSLTProcessor for transformations.

Parametry

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

Zwracane wartości

Nie jest zwracana żadna wartość.

Rejestr zmian

Wersja Opis
5.2.8 Accepts SimpleXMLElement again which was broken since PHP 5.2.6.


XSLTProcessor
PHP Manual