minor typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-02-13 14:36:56 +00:00
parent 61f9667d99
commit 9302ce1066

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-process">
<refnamediv>
@ -26,7 +26,7 @@
The input containers default to a filename 'containing' the document to be
processed. The result container defaults to a filename for the transformed
document. If the result container is not specified - i.e.
<parameter>NULL</parameter> - than the result is returned.
&null; - than the result is returned.
</para>
<para>
<warning>
@ -177,10 +177,14 @@ xslt_free($xh);
interpreted as strings by the Sablotron processor. In other words - you
cannot pass node-sets as parameters to the XSLT document.
</para>
<note>
<simpara>
Please note that <emphasis>file://</emphasis> is needed in front of path if you use Windows.
</simpara>
<note>
<simpara>
Please note that <emphasis>file://</emphasis> is needed in front of path if you use Windows.
</simpara>
</note>
</refsect1>
</refentry>