XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

Описание

void importStylesheet ( DOMDocument $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

Параметри

stylesheet

The imported style sheet as a DOMDocument object.

Връщани стойности

Няма връщана стойност.


XSLTProcessor
PHP Manual