From 970fedb064dc7d9c3a4995bcb9a3fdabfd720845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Schr=C3=B6der?= Date: Tue, 26 Nov 2002 21:16:53 +0000 Subject: [PATCH] file:// needed on Windows (Bug #14965) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105881 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xslt/functions/xslt-process.xml | 7 ++++++- reference/xslt/functions/xslt-set-base.xml | 7 ++++++- reference/xslt/functions/xslt-set-log.xml | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/reference/xslt/functions/xslt-process.xml b/reference/xslt/functions/xslt-process.xml index 6d238ef8ad..c57b41c272 100644 --- a/reference/xslt/functions/xslt-process.xml +++ b/reference/xslt/functions/xslt-process.xml @@ -1,5 +1,5 @@ - + @@ -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. + + + Please note that file:// is needed in front of path if you use Windows. + + diff --git a/reference/xslt/functions/xslt-set-base.xml b/reference/xslt/functions/xslt-set-base.xml index a608cda49c..e43c3bade6 100644 --- a/reference/xslt/functions/xslt-set-base.xml +++ b/reference/xslt/functions/xslt-set-base.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,11 @@ with Xpath instructions to resolve document() and other commands which access external resources. + + + Please note that file:// is needed in front of path if you use Windows. + + diff --git a/reference/xslt/functions/xslt-set-log.xml b/reference/xslt/functions/xslt-set-log.xml index cef60212b7..892d1c2778 100644 --- a/reference/xslt/functions/xslt-set-log.xml +++ b/reference/xslt/functions/xslt-set-log.xml @@ -1,5 +1,5 @@ - + @@ -65,6 +65,11 @@ xslt_free($xh); + + + Please note that file:// is needed in front of path if you use Windows. + +