didou           Tue Aug  3 10:33:40 2004 EDT

  Modified files:              
    /phpdoc/en/reference/xslt/functions xslt-backend-info.xml 
                                        xslt-backend-name.xml 
                                        xslt-backend-version.xml 
                                        xslt-create.xml xslt-errno.xml 
                                        xslt-error.xml xslt-free.xml 
                                        xslt-getopt.xml 
                                        xslt-set-error-handler.xml 
                                        xslt-set-log.xml 
                                        xslt-set-object.xml 
                                        xslt-set-sax-handlers.xml 
                                        xslt-setopt.xml 
  Log:
  switch to multiple refsect1
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-backend-info.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-backend-info.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-backend-info.xml:1.2 
phpdoc/en/reference/xslt/functions/xslt-backend-info.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-backend-info.xml:1.2        Wed May 19 
16:47:51 2004
+++ phpdoc/en/reference/xslt/functions/xslt-backend-info.xml    Tue Aug  3 10:33:40 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.xslt-backend-info">
    <refnamediv>
     <refname>xslt_backend_info</refname>
@@ -18,9 +18,11 @@
      information about the compilation setting of the backend
      or an error string when no information available.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also 
-     <function>xslt_backend_name</function> and
+     <function>xslt_backend_name</function>&listendand;
      <function>xslt_backend_version</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-backend-name.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-backend-name.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-backend-name.xml:1.2 
phpdoc/en/reference/xslt/functions/xslt-backend-name.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-backend-name.xml:1.2        Wed May 19 
16:47:51 2004
+++ phpdoc/en/reference/xslt/functions/xslt-backend-name.xml    Tue Aug  3 10:33:40 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.xslt-backend-name">
    <refnamediv>
     <refname>xslt_backend_name</refname>
@@ -17,10 +17,12 @@
      <function>xslt_backend_name</function> will always return
      <productname>Sablotron</productname>.
     </para>
-    <para>
-     <example>
-      <title><function>xslt_backend_name</function> example</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title><function>xslt_backend_name</function> example</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -28,12 +30,13 @@
 
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
+     </programlisting>
+    </example>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also 
-     <function>xslt_backend_info</function> and
+     <function>xslt_backend_info</function>&listendand;
      <function>xslt_backend_version</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-backend-version.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-backend-version.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-backend-version.xml:1.3 
phpdoc/en/reference/xslt/functions/xslt-backend-version.xml:1.4
--- phpdoc/en/reference/xslt/functions/xslt-backend-version.xml:1.3     Thu May 20 
12:22:12 2004
+++ phpdoc/en/reference/xslt/functions/xslt-backend-version.xml Tue Aug  3 10:33:40 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.xslt-backend-version">
    <refnamediv>
     <refname>xslt_backend_version</refname>
@@ -18,10 +18,12 @@
      number of <productname>Sablotron</productname> if available, 
      &false; otherwise.
     </para>
-    <para>
-     <example>
-      <title><function>xslt_backend_version</function> example</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title><function>xslt_backend_version</function> example</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -29,12 +31,13 @@
 
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
+     </programlisting>
+    </example>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also 
-     <function>xslt_backend_name</function> and
+     <function>xslt_backend_name</function>&listendand;
      <function>xslt_backend_info</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-create.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-create.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-create.xml:1.8 
phpdoc/en/reference/xslt/functions/xslt-create.xml:1.9
--- phpdoc/en/reference/xslt/functions/xslt-create.xml:1.8      Thu Jan 15 07:43:47 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-create.xml  Tue Aug  3 10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-create">
    <refnamediv>
@@ -16,10 +16,12 @@
      Create and return a new XSLT processor resource for manipulation by the
      other XSLT functions.
     </para>
-    <para>
-     <example>
-      <title><function>xslt_create</function> example</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title><function>xslt_create</function> example</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 function xml2html($xmldata, $xsl) 
@@ -42,11 +44,13 @@
 }            
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
+     </programlisting>
+    </example>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also <function>xslt_free</function>.
+     <function>xslt_free</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-errno.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-errno.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-errno.xml:1.5 
phpdoc/en/reference/xslt/functions/xslt-errno.xml:1.6
--- phpdoc/en/reference/xslt/functions/xslt-errno.xml:1.5       Wed May 19 16:47:51 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-errno.xml   Tue Aug  3 10:33:40 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-errno">
    <refnamediv>
@@ -16,8 +16,11 @@
      Returns an error code describing the last error that occurred on the 
      passed XSLT processor.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also <function>xslt_error</function>.
+     <function>xslt_error</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-error.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-error.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-error.xml:1.6 
phpdoc/en/reference/xslt/functions/xslt-error.xml:1.7
--- phpdoc/en/reference/xslt/functions/xslt-error.xml:1.6       Wed May 19 16:47:51 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-error.xml   Tue Aug  3 10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-error">
    <refnamediv>
@@ -16,13 +16,15 @@
      Returns a string describing the last error that occurred on the 
      passed XSLT processor.
     </para>
-    <para>
-     <example>
-      <title>
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title>
       Handling errors using the <function>xslt_error</function> and 
       <function>xslt_errno</function> functions.
-      </title>
-      <programlisting role="php">
+     </title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -38,11 +40,13 @@
 xslt_free($xh);
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
+     </programlisting>
+    </example>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also <function>xslt_errno</function>.
+     <function>xslt_errno</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-free.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-free.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-free.xml:1.3 
phpdoc/en/reference/xslt/functions/xslt-free.xml:1.4
--- phpdoc/en/reference/xslt/functions/xslt-free.xml:1.3        Mon Aug 18 17:55:34 
2003
+++ phpdoc/en/reference/xslt/functions/xslt-free.xml    Tue Aug  3 10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-free">
    <refnamediv>
@@ -15,8 +15,11 @@
     <para>
      Free the XSLT processor identified by the given handle.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also <function>xslt_create</function>
+     <function>xslt_create</function>
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-getopt.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-getopt.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-getopt.xml:1.2 
phpdoc/en/reference/xslt/functions/xslt-getopt.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-getopt.xml:1.2      Thu Jul 22 18:23:36 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-getopt.xml  Tue Aug  3 10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.xslt-getopt">
    <refnamediv>
     <refname>xslt_getopt</refname>
@@ -17,8 +17,10 @@
      <function>xslt_getopt</function> returns the options on the given 
      <parameter>processor</parameter>.
     </para>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also:
      <function>xslt_setopt</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-error-handler.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-error-handler.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-error-handler.xml:1.4 
phpdoc/en/reference/xslt/functions/xslt-set-error-handler.xml:1.5
--- phpdoc/en/reference/xslt/functions/xslt-set-error-handler.xml:1.4   Fri Jul 30 
09:51:43 2004
+++ phpdoc/en/reference/xslt/functions/xslt-set-error-handler.xml       Tue Aug  3 
10:33:40 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.1 -->
   <refentry id="function.xslt-set-error-handler">
    <refnamediv>
@@ -31,10 +31,12 @@
       <methodparam><type>array</type><parameter>messages</parameter></methodparam>
      </methodsynopsis>
     </para>
-    <para>
-     <example>
-      <title><function>xslt_set_error_handler</function> Example</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title><function>xslt_set_error_handler</function> Example</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -68,11 +70,11 @@
 
 ?>
 ]]>
-      </programlisting>
-      <para>
-       This example will output something similar to:
-      </para>
-      <screen>
+     </programlisting>
+     <para>
+      This example will output something similar to:
+     </para>
+     <screen>
 <![CDATA[
 array(4) {
   [0]=>
@@ -98,11 +100,13 @@
   }
 }
 ]]>
-      </screen>
-     </example>
-    </para>
+     </screen>
+    </example>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also <function>xslt_set_object</function> if you want to use an
+     <function>xslt_set_object</function> if you want to use an
      object method as handler.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-log.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-log.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.6 
phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.7
--- phpdoc/en/reference/xslt/functions/xslt-set-log.xml:1.6     Wed May 19 14:46:47 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-set-log.xml Tue Aug  3 10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-set-log">
    <refnamediv>
@@ -44,10 +44,15 @@
      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>
-      <programlisting role="php">
+     you must then pass it a string containing the filename.
+    </para>
+    &note.xslt.windows;
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title>Using the XSLT Logging features</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -61,10 +66,8 @@
 xslt_free($xh);
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
-    &note.xslt.windows;
+     </programlisting>
+    </example>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-object.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-object.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-object.xml:1.2 
phpdoc/en/reference/xslt/functions/xslt-set-object.xml:1.3
--- phpdoc/en/reference/xslt/functions/xslt-set-object.xml:1.2  Fri Jul 30 09:51:43 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-set-object.xml      Tue Aug  3 10:33:40 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.xslt-set-object">
    <refnamediv>
     <refname>xslt_set_object</refname>
@@ -26,10 +26,12 @@
      <function>xslt_set_error_handler</function> and are assumed to be methods
      of <parameter>object</parameter>.
     </para>
-    <para>
-     <example>
-      <title>Using your own error handler as a method</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title>Using your own error handler as a method</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -57,9 +59,8 @@
 
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
+     </programlisting>
+    </example>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml:1.6 
phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml:1.7
--- phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml:1.6    Fri Jul 30 
09:51:43 2004
+++ phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml        Tue Aug  3 
10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.29 -->
   <refentry id='function.xslt-set-sax-handlers'>
    <refnamediv>
@@ -154,10 +154,12 @@
      running a SAX parser like <function>xml_parse</function> on the result of an 
      <function>xslt_process</function> transformation.
     </para>
-    <para>
-     <example>
-      <title><function>xslt_set_sax_handlers</function> Example</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title><function>xslt_set_sax_handlers</function> Example</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 // From ohlesbeauxjours at yahoo dot fr
@@ -233,17 +235,15 @@
 xslt_free($xh);
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
+     </programlisting>
+    </example>
     <para>
      You can also use <function>xslt_set_object</function> if you want to
      implement your handlers in an object.
     </para>
-    <para>
-     <example>
-      <title>Object oriented handler</title>
-      <programlisting role="php">
+    <example>
+     <title>Object oriented handler</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 // This is the object oriented version of the previous example
@@ -314,11 +314,11 @@
 
 ?>
 ]]>
-      </programlisting>
-      <para>
-       Both examples will output:
-      </para>
-      <screen role="xml">
+     </programlisting>
+     <para>
+      Both examples will output:
+     </para>
+     <screen role="xml">
 <![CDATA[
 <livre>
    <auteur>GUSTAVE FLAUBERT</auteur>
@@ -327,9 +327,8 @@
    <auteur>VIRGINIA WOOLF</auteur>
 </livre>
 ]]>
-      </screen>
-     </example> 
-    </para>
+     </screen>
+    </example> 
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-setopt.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-setopt.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-setopt.xml:1.3 
phpdoc/en/reference/xslt/functions/xslt-setopt.xml:1.4
--- phpdoc/en/reference/xslt/functions/xslt-setopt.xml:1.3      Thu Jul 22 18:41:55 
2004
+++ phpdoc/en/reference/xslt/functions/xslt-setopt.xml  Tue Aug  3 10:33:40 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.xslt-setopt">
    <refnamediv>
     <refname>xslt_setopt</refname>
@@ -49,10 +49,12 @@
       </listitem>
      </itemizedlist>
     </para>
-    <para>
-     <example>
-      <title><function>xslt_setopt</function> Example</title>
-      <programlisting role="php">
+   </refsect1>
+   <refsect1>
+    &reftitle.examples;
+    <example>
+     <title><function>xslt_setopt</function> Example</title>
+     <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -66,11 +68,12 @@
 
 ?>
 ]]>
-      </programlisting>     
-     </example>
-    </para>
+     </programlisting>     
+    </example>
+   </refsect1>
+   <refsect1>
+    &reftitle.seealso;
     <para>
-     See also:
      <function>xslt_getopt</function>.
     </para>
    </refsect1>

Reply via email to