XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

Descrierea

void XSLTProcessor::importStylesheet ( object $stylesheet )

This method imports the stylesheet into the XSLTProcessor for transformations.

Parametri

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

Valorile întoarse

Nu este întoarsă nici o valoare.

Istoria schimbărilor

Versiunea Descriere
5.2.8 Accepts SimpleXMLElement again which was broken since PHP 5.2.6.


XSLTProcessor
PHP Manual