|
PHP5中文手册
DomXsltStylesheet->process()(No version information available, might be only in CVS) DomXsltStylesheet->process() — Applies the XSLT-Transformation on a DomDocument Object 说明DomXsltStylesheet
DomDocument process
( DomDocument $xml_doc
[, array $xslt_params
[, bool $is_xpath_param
[, string $profile_filename
]]] )
Applies an XSLT Transformation on the given DomDocument object. 参数
返回值Returns the result of the processing, as a DomDocument object. Migrating to PHP 5Use XSLTProcessor::setParameter and XSLTProcessor::transformToDoc. 更新日志
|