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