mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
minor typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61f9667d99
commit
9302ce1066
1 changed files with 10 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue