It seems that if you use $xslt->dump_mem(TRUE) IE: breaks and formats all the HTML Badly. Perhaps its a problem with CR's...
![]() | DomDocument->dump_mem(no version information, might be only in CVS) DomDocument->dump_mem -- Dumps the internal XML tree back into a string说明string DomDocument->dump_mem ( [bool format [, string encoding]] )Creates an XML document from the dom representation. This function usually is called after building a new dom document from scratch as in the example below. The format specifies whether the output should be neatly formatted, or not.
See also domdocument_dump_file(), and domdocument_html_dump_mem(). ![]()
jonathan at fluent dot ltd dot uk
01-Dec-2003 08:11
It seems that if you use $xslt->dump_mem(TRUE) IE: breaks and formats all the HTML Badly. Perhaps its a problem with CR's...
ross at dev-null dot accretivetg dot com
27-Sep-2003 01:11
Given the missing description of the encoding parameter, I had hoped it would automatically encode the document if I set the encoding type; this is not the case.
amaslov at pegasus dot rutgers dot edu
24-Oct-2002 05:29
<pre>
bruno dot rodrigues at litux dot org
16-Aug-2002 05:32
string dump_mem(int format, string encoding); | ![]() |