XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

Opis

void importStylesheet ( DOMDocument $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

Parametry

stylesheet

The imported style sheet as a DOMDocument object.

Zwracane wartości

nie jest zwracana żadna wartość.


XSLTProcessor
PHP Manual