|
PHP5中文手册
XSLTProcessor::transformToDoc(No version information available, might be only in CVS) XSLTProcessor::transformToDoc — Transform to a DOMDocument 说明XSLTProcessor
DOMDocument
transformToDoc
( DOMNode $doc
)
Transforms the source node to a DOMDocument applying the stylesheet given by the XSLTProcessor::importStylesheet method. 参数
返回值The resulting DOMDocument or FALSE on error. 范例
Example#1 Transforming to a DOMDocument
<?php 上例将输出:
|