mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3237820356
commit
970fedb064
3 changed files with 18 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue