fixed a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36595 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2000-11-26 12:46:10 +00:00
parent beb2a85382
commit fdae4469dc

View file

@ -283,12 +283,12 @@ xslt_output_endtransform();
<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 @@ if (xslt_process($xslData, $xmlData, $result))
{
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 @@ else
exit;
}
?>
</programlisting>
</example>
</programlisting>
</example>
</para>
</refsect1>
</refentry>
@ -451,7 +452,7 @@ else
</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>