diff --git a/language-snippets.ent b/language-snippets.ent
index 600151861e..49071263cf 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -131,6 +131,11 @@ a file successfully opened by fopen or
status is the status parameter supplied to a successfull
call to pcntl_waitpid.'>
+
+Please note that file://
+is needed in front of path if you use Windows.'>
+
+
As of PHP 4.2.0, there is no need
to seed the random number generator with srand or
diff --git a/reference/xslt/functions/xslt-process.xml b/reference/xslt/functions/xslt-process.xml
index c45d2fe696..1000c55b65 100644
--- a/reference/xslt/functions/xslt-process.xml
+++ b/reference/xslt/functions/xslt-process.xml
@@ -1,5 +1,5 @@
-
+
@@ -174,15 +174,7 @@ 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.
-
-
-
-
+ ¬e.xslt.windows;
diff --git a/reference/xslt/functions/xslt-set-base.xml b/reference/xslt/functions/xslt-set-base.xml
index 599c133691..2b48c71cd0 100644
--- a/reference/xslt/functions/xslt-set-base.xml
+++ b/reference/xslt/functions/xslt-set-base.xml
@@ -1,5 +1,5 @@
-
+
@@ -23,11 +23,7 @@
As of 4.3, the default base URI is the directory of the executing script. In effect, it is the
directory name value of the __FILE__ constant. Prior to 4.3, the default base URI was less predictable.
-
-
- Please note that file:// is needed in front of path if you use Windows.
-
-
+ ¬e.xslt.windows;
diff --git a/reference/xslt/functions/xslt-set-encoding.xml b/reference/xslt/functions/xslt-set-encoding.xml
index accddb4ded..518620d14b 100644
--- a/reference/xslt/functions/xslt-set-encoding.xml
+++ b/reference/xslt/functions/xslt-set-encoding.xml
@@ -1,5 +1,5 @@
-
+
@@ -15,8 +15,9 @@
Set the output encoding for the XSLT transformations. When using the
- Sablotron backend this option is only available when you compile
- Sablotron with encoding support.
+ Sablotron backend, this option is only
+ available when you compile Sablotron with
+ encoding support.
diff --git a/reference/xslt/functions/xslt-set-log.xml b/reference/xslt/functions/xslt-set-log.xml
index f32ad6574a..5aee8dfe84 100644
--- a/reference/xslt/functions/xslt-set-log.xml
+++ b/reference/xslt/functions/xslt-set-log.xml
@@ -1,5 +1,5 @@
-
+
@@ -18,36 +18,35 @@
xh
-
- A reference to the XSLT parser.
-
+
+ A reference to the XSLT parser.
+
log
- This parameter is either a boolean value which toggles logging on and off, or a
- string containing the logfile in which log errors too.
+ This parameter is either a boolean value which toggles logging on and
+ off, or a string containing the logfile in which log errors too.
- This function allows you to set the file in which you want XSLT log messages to,
- XSLT log messages are different than error messages, in that log messages are not
- actually error messages but rather messages related to the state of the XSLT processor.
- They are useful for debugging XSLT, when something goes wrong.
+ This function allows you to set the file in which you want XSLT log
+ messages to, XSLT log messages are different than error messages, in
+ that log messages are not actually error messages but rather messages
+ related to the state of the XSLT processor. They are useful for
+ debugging XSLT, when something goes wrong.
- By default logging is disabled, in order to enable logging you must first call
- xslt_set_log with a boolean parameter which enables logging, then if
- you want to set the log file to debug to, you must then pass it a string containing the
- filename:
+ By default logging is disabled, in order to enable logging you must
+ first call xslt_set_log with a boolean parameter
+ which enables logging, then if you want to set the log file to debug to,
+ you must then pass it a string containing the filename:
-
- Using the XSLT Logging features
-
+ Using the XSLT Logging features
-
-
- Please note that file:// is needed in front of path if you use Windows.
-
-
+ ¬e.xslt.windows;