XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

Описание

void XSLTProcessor::importStylesheet ( object $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

Список параметров

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.

Список изменений

Версия Описание
5.2.8 Accepts SimpleXMLElement again which was broken since PHP 5.2.6.


XSLTProcessor
PHP Manual