diff --git a/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml b/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml index 03b8ec705a..d7bd2436d0 100644 --- a/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml +++ b/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml @@ -1,10 +1,10 @@ - + DomXsltStylesheet->result_dump_mem - Dumps the result from a XSLT-Transformation back into a string + Dumps the result from a XSLT-Transformation back into a string @@ -16,16 +16,16 @@ &warn.experimental.func; - - This function is only available since PHP 4.3 - - Since DomXsltStylesheet->process() 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. - + This function is only available since PHP 4.3 + + + Since DomXsltStylesheet->process() 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. + Outputting the result of a XSLT transformation @@ -44,7 +44,7 @@ print $xsldoc->result_dump_mem($result); See also domxml_xslt_result_dump_file, - domxml_xslt_process + domxml_xslt_process