DomXsltStylesheet->result_dump_file()
DomXsltStylesheet->result_dump_file - Dumps the result from a XSLT-Transformation into a file
Syntax
string DomXsltStylesheet->result_dump_file (
DomDocument $xmldoc,
string $filename)
Arguments
- xmldoc - Set this to the path of a filename, if you want profiling information.
- filename - 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