PHP Manual
DomXsltStylesheet->process()
(no version information, might be only in CVS)
DomXsltStylesheet->process() -- Applies the XSLT-Transformation on a DomDocument ObjectDescription
class 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.
Parameters
xml_docThe XML document being transformed, as a DomDocument object.
xslt_paramsAn associative array that takes pairs of parameter names and values.
is_xpath_paramIf set to FALSE the values of the
xslt_paramswill be quoted. This is the default behavior. It allows you to pass the values as PHP strings.Note: If your strings contains both single and double quotes, you must take care of quoting all the values by yourself and set this parameter to TRUE.
profile_filenameSet this to the path of a filename, if you want profiling information.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




