XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(No version information available, might be only in CVS)

XSLTProcessor::importStylesheetImport stylesheet

Description

void importStylesheet ( DOMDocument $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

Parameters

stylesheet

The imported style sheet as a DOMDocument object.

Return Values

No value is returned.


XSLTProcessor
PHP Manual