didou Wed May 19 14:46:47 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/en/reference/xslt/functions xslt-process.xml
xslt-set-base.xml
xslt-set-encoding.xml
xslt-set-log.xml
Log:
added a new entity and did some WS
# more documentation coming soon
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.87&r2=1.88&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.87 phpdoc/en/language-snippets.ent:1.88
--- phpdoc/en/language-snippets.ent:1.87 Mon May 17 15:42:15 2004
+++ phpdoc/en/language-snippets.ent Wed May 19 14:46:47 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.87 $ -->
+<!-- $Revision: 1.88 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -131,6 +131,11 @@
<parameter>status</parameter> is the status parameter supplied to a successfull
call to <function>pcntl_waitpid</function>.</para>'>
+<!-- XSLT Notes -->
+<!ENTITY note.xslt.windows '<note><para>Please note that <emphasis>file://</emphasis>
+is needed in front of path if you use Windows.</para></note>'>
+
+
<!-- Various notes -->
<!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need
to seed the random number generator with <function>srand</function> or
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-process.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.11
phpdoc/en/reference/xslt/functions/xslt-process.xml:1.12
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.11 Tue Mar 2 11:43:43
2004
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Wed May 19 14:46:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-process">
<refnamediv>
@@ -174,15 +174,7 @@
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>
+ ¬e.xslt.windows;
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-base.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-base.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-base.xml:1.4
phpdoc/en/reference/xslt/functions/xslt-set-base.xml:1.5
--- phpdoc/en/reference/xslt/functions/xslt-set-base.xml:1.4 Sun Dec 29 02:03:55
2002
+++ phpdoc/en/reference/xslt/functions/xslt-set-base.xml Wed May 19 14:46:47
2004
@@ -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-set-base">
<refnamediv>
@@ -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 <constant>__FILE__</constant> constant. Prior to
4.3, the default base URI was less predictable.
</para>
- <note>
- <simpara>
- Please note that <emphasis>file://</emphasis> is needed in front of path if you
use Windows.
- </simpara>
- </note>
+ ¬e.xslt.windows;
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-encoding.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-encoding.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-encoding.xml:1.2
phpdoc/en/reference/xslt/functions/xslt-set-encoding.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-set-encoding.xml:1.2 Wed Apr 17
02:45:24 2002
+++ phpdoc/en/reference/xslt/functions/xslt-set-encoding.xml Wed May 19 14:46:47
2004
@@ -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-encoding">
<refnamediv>
@@ -15,8 +15,9 @@
</methodsynopsis>
<para>
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.
+ <productname>Sablotron</productname> backend, this option is only
+ available when you compile <productname>Sablotron</productname> with
+ encoding support.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-log.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-log.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.5
phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.6
--- phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.5 Sat Apr 17 06:53:01
2004
+++ phpdoc/en/reference/xslt/functions/xslt-set-log.xml Wed May 19 14:46:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-set-log">
<refnamediv>
@@ -18,36 +18,35 @@
<varlistentry>
<term><parameter>xh</parameter></term>
<listitem>
- <simpara>
- A reference to the XSLT parser.
- </simpara>
+ <simpara>
+ A reference to the XSLT parser.
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>log</parameter></term>
<listitem>
<simpara>
- 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.
</simpara>
</listitem>
</varlistentry>
</variablelist></para>
<para>
- 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.
</para>
<para>
- By default logging is disabled, in order to enable logging you must first call
- <function>xslt_set_log</function> 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 <function>xslt_set_log</function> 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:
<example>
- <title>
- Using the XSLT Logging features
- </title>
+ <title>Using the XSLT Logging features</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -65,11 +64,7 @@
</programlisting>
</example>
</para>
- <note>
- <simpara>
- Please note that <emphasis>file://</emphasis> is needed in front of path if you
use Windows.
- </simpara>
- </note>
+ ¬e.xslt.windows;
</refsect1>
</refentry>