XSLTProcessor
PHP 手册

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 手册