k.schroeder             Tue Nov 26 16:16:53 2002 EDT

  Modified files:              
    /phpdoc/en/reference/xslt/functions xslt-process.xml 
                                        xslt-set-base.xml 
                                        xslt-set-log.xml 
  Log:
  file:// needed on Windows (Bug #14965)
  
  
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.4 
phpdoc/en/reference/xslt/functions/xslt-process.xml:1.5
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.4     Sun Oct  6 16:05:09 
2002
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Tue Nov 26 16:16:52 2002
@@ -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 @@
      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>
 
Index: phpdoc/en/reference/xslt/functions/xslt-set-base.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-base.xml:1.2 
phpdoc/en/reference/xslt/functions/xslt-set-base.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-set-base.xml:1.2    Wed Apr 17 02:45:24 
2002
+++ phpdoc/en/reference/xslt/functions/xslt-set-base.xml        Tue Nov 26 16:16:53 
+2002
@@ -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>
 
Index: phpdoc/en/reference/xslt/functions/xslt-set-log.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.2 
phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.2     Wed Apr 17 02:45:24 
2002
+++ phpdoc/en/reference/xslt/functions/xslt-set-log.xml Tue Nov 26 16:16:53 2002
@@ -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 @@
       </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>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to