您的位置:寻梦网首页编程乐园PHP 编程PHP5中文手册
PHP5中文手册

XSLTProcessor::importStylesheet

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

XSLTProcessor::importStylesheet — Import stylesheet

说明

XSLTProcessor
void importStylesheet ( DOMDocument $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

参数

stylesheet

The imported style sheet as a DOMDocument object.

返回值

无返回值。