|
DomXsltStylesheet::process(PHP 4 >= 4.1.0) DomXsltStylesheet::process — Applies the XSLT-Transformation on a DomDocument Object Описание
DomDocument DomXsltStylesheet::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::transform-to-doc(). Список изменений
Смотрите также
|
|||||