[PHP-DOC] cvs: phpdoc /en/functions xslt.xml From: Rui Hirokawa (louis <email protected>)
Date: 11/26/00

hirokawa Sun Nov 26 04:46:10 2000 EDT

  Modified files:
    /phpdoc/en/functions xslt.xml
  Log:
  fixed a typo.
  
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.5 phpdoc/en/functions/xslt.xml:1.6
--- phpdoc/en/functions/xslt.xml:1.5 Sat Nov 25 09:25:32 2000
+++ phpdoc/en/functions/xslt.xml Sun Nov 26 04:46:10 2000
@@ -283,12 +283,12 @@
       <funcdef>void
        <function>xslt_output_endtransform</function>
       </funcdef>
- </void>
+ <void/>
      </funcprototype>
     </funcsynopsis>
     <para>
      The <function>xslt_output_endtransform</function> ends the output transformation
- started by the <function>xslt_output_begintransform() function. You must call
+ started by the <function>xslt_output_begintransform</function> function. You must call
      this function in order to see the results of the output transformation.
     </para>
    </refsect1>
@@ -370,7 +370,7 @@
 {
     echo "Here is the brilliant in-depth article on learning"
     echo " German: ";
- echo "<br>\n<br>";
+ echo "&lt;br>\n&lt;br>";
     echo $result;
 }
 else
@@ -381,8 +381,9 @@
     exit;
 }
 ?>
- </programlisting>
- </example>
+ </programlisting>
+ </example>
+ </para>
    </refsect1>
   </refentry>
 
@@ -451,7 +452,7 @@
       </funcdef>
       <paramdef>
         <parameter>string xsl</parameter>
- <parameter>string xml</parameters>
+ <parameter>string xml</parameter>
         <parameter>string result</parameter>
         <parameter>string params</parameter>
         <parameter>string args</parameter>