mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
beb2a85382
commit
fdae4469dc
1 changed files with 7 additions and 6 deletions
|
@ -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 "<br>\n<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>
|
||||
|
|
Loading…
Reference in a new issue