DomXsltStylesheet->result_dump_mem()
DomXsltStylesheet->result_dump_mem - Dumps the result from a XSLT-Transformation back into a string
Syntax
string DomXsltStylesheet->result_dump_mem (
DomDocument $xmldoc)
Arguments
- xmldoc - Set this to the path of a filename, if you want profiling information.
Description
Since DomXsltStylesheet->processalways returns a well-formed XML DomDocument, no matter what output method was declared in <xsl:output> and similar attributes/elements, it's of not much use, if you want to output HTML 4 or text data.
Version
PHP 4.1.0
Return value