file:// needed on Windows (Bug #14965)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105881 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kai Schröder 2002-11-26 21:16:53 +00:00
parent 3237820356
commit 970fedb064
3 changed files with 18 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-process">
<refnamediv>
@ -177,6 +177,11 @@ 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>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-set-base">
<refnamediv>
@ -18,6 +18,11 @@
with Xpath instructions to resolve document() and other commands which
access external resources.
</para>
<note>
<simpara>
Please note that <emphasis>file://</emphasis> is needed in front of path if you use Windows.
</simpara>
</note>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-set-log">
<refnamediv>
@ -65,6 +65,11 @@ xslt_free($xh);
</programlisting>
</example>
</para>
<note>
<simpara>
Please note that <emphasis>file://</emphasis> is needed in front of path if you use Windows.
</simpara>
</note>
</refsect1>
</refentry>