From 41ca25ed9575ccc9289e28de488aca4c5fdc5ca6 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Wed, 11 Dec 2002 14:21:14 +0000 Subject: [PATCH] replace tabs with spaces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@107614 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../DomXsltStylesheet-result-dump-mem.xml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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