XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

说明

void XSLTProcessor::importStylesheet ( object $stylesheet )

This method imports the stylesheet into the XSLTProcessor for transformations.

参数

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

返回值

没有返回值。

更新日志

版本 说明
5.2.8 Accepts SimpleXMLElement again which was broken since PHP 5.2.6.


XSLTProcessor
PHP Manual