replace tabs with spaces

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@107614 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christian Stocker 2002-12-11 14:21:14 +00:00
parent c89e1eb01b
commit 41ca25ed95

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.DomXsltStylesheet-result-dump-mem">
<refnamediv>
<refname>DomXsltStylesheet->result_dump_mem</refname>
<refpurpose>
Dumps the result from a XSLT-Transformation back into a string
Dumps the result from a XSLT-Transformation back into a string
</refpurpose>
</refnamediv>
<refsect1>
@ -16,16 +16,16 @@
</methodsynopsis>
&warn.experimental.func;
<para>
This function is only available since PHP 4.3
</para>
<para>
Since DomXsltStylesheet->process() always returns a well-formed XML DomDocument,
no matter what output method was declared in <![CDATA[<xsl:output>]]> 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 <![CDATA[<xsl:output method="html|text">]]>
and other output control directives. See the example for instruction of how to use it.
</para>
This function is only available since PHP 4.3
</para>
<para>
Since DomXsltStylesheet->process() always returns a well-formed XML DomDocument,
no matter what output method was declared in <![CDATA[<xsl:output>]]> 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 <![CDATA[<xsl:output method="html|text">]]>
and other output control directives. See the example for instruction of how to use it.
</para>
<para>
<example>
<title>Outputting the result of a XSLT transformation</title>
@ -44,7 +44,7 @@ print $xsldoc->result_dump_mem($result);
</para>
<para>
See also <function>domxml_xslt_result_dump_file</function>,
<function>domxml_xslt_process</function>
<function>domxml_xslt_process</function>
</para>