DomXsltStylesheet->result_dump_mem() Dumps the result from a XSLT-Transformation back into a string &reftitle.description; DomXsltStylesheet stringresult_dump_mem DomDocumentxmldoc Since always returns a well-formed XML DomDocument, no matter what output method was declared in ]]> and similar attributes/elements, it's of not much use, if you want to output HTML 4 or text data. This function on the contrary honors ]]> and other output control directives. See the example for instruction of how to use it. &reftitle.examples; Outputting the result of a XSLT transformation process($xmldoc); echo $xsldoc->result_dump_mem($result); ?> ]]> &reftitle.seealso;