chregu          Wed Dec 11 09:21:14 2002 EDT

  Modified files:              
    /phpdoc/en/reference/domxml/functions       
                                                DomXsltStylesheet-result-dump-mem.xml 
  Log:
  replace tabs with spaces
  
  
Index: phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml
diff -u phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.2 
phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml:1.2     
 Wed Dec 11 09:16:54 2002
+++ phpdoc/en/reference/domxml/functions/DomXsltStylesheet-result-dump-mem.xml  Wed 
+Dec 11 09:21:14 2002
@@ -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 @@
     </para>
     <para>
      See also  <function>domxml_xslt_result_dump_file</function>, 
-        <function>domxml_xslt_process</function>
+     <function>domxml_xslt_process</function>
     </para>
 
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to