Hi guys,
I made a little patch to use a dedicated <refsect1> for XSLT docs. May I commit it ? I didn't follow php.doc a lot lately, and I don't know what was the final decision with this switch.
If needed, I'm okay to switch all See Also parts for the english tree.
Mehdi Achour
Index: en/reference/xslt/functions/xslt-backend-info.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-backend-info.xml,v retrieving revision 1.2 diff -u -r1.2 xslt-backend-info.xml --- en/reference/xslt/functions/xslt-backend-info.xml 19 May 2004 20:47:51 -0000 1.2 +++ en/reference/xslt/functions/xslt-backend-info.xml 1 Aug 2004 16:11:04 -0000 @@ -18,8 +18,10 @@ information about the compilation setting of the backend or an error string when no information available. </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_backend_name</function> and <function>xslt_backend_version</function>. </para> Index: en/reference/xslt/functions/xslt-backend-name.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-backend-name.xml,v retrieving revision 1.2 diff -u -r1.2 xslt-backend-name.xml --- en/reference/xslt/functions/xslt-backend-name.xml 19 May 2004 20:47:51 -0000 1.2 +++ en/reference/xslt/functions/xslt-backend-name.xml 1 Aug 2004 16:09:52 -0000 @@ -31,8 +31,10 @@ </programlisting> </example> </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_backend_info</function> and <function>xslt_backend_version</function>. </para> Index: en/reference/xslt/functions/xslt-backend-version.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-backend-version.xml,v retrieving revision 1.3 diff -u -r1.3 xslt-backend-version.xml --- en/reference/xslt/functions/xslt-backend-version.xml 20 May 2004 16:22:12 -0000 1.3 +++ en/reference/xslt/functions/xslt-backend-version.xml 1 Aug 2004 16:09:52 -0000 @@ -32,8 +32,10 @@ </programlisting> </example> </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_backend_name</function> and <function>xslt_backend_info</function>. </para> Index: en/reference/xslt/functions/xslt-create.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-create.xml,v retrieving revision 1.8 diff -u -r1.8 xslt-create.xml --- en/reference/xslt/functions/xslt-create.xml 15 Jan 2004 12:43:47 -0000 1.8 +++ en/reference/xslt/functions/xslt-create.xml 1 Aug 2004 16:09:52 -0000 @@ -45,8 +45,11 @@ </programlisting> </example> </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_free</function>. + <function>xslt_free</function>. </para> </refsect1> </refentry> Index: en/reference/xslt/functions/xslt-errno.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-errno.xml,v retrieving revision 1.5 diff -u -r1.5 xslt-errno.xml --- en/reference/xslt/functions/xslt-errno.xml 19 May 2004 20:47:51 -0000 1.5 +++ en/reference/xslt/functions/xslt-errno.xml 1 Aug 2004 16:09:52 -0000 @@ -16,8 +16,11 @@ Returns an error code describing the last error that occurred on the passed XSLT processor. </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_error</function>. + <function>xslt_error</function>. </para> </refsect1> </refentry> Index: en/reference/xslt/functions/xslt-error.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-error.xml,v retrieving revision 1.6 diff -u -r1.6 xslt-error.xml --- en/reference/xslt/functions/xslt-error.xml 19 May 2004 20:47:51 -0000 1.6 +++ en/reference/xslt/functions/xslt-error.xml 1 Aug 2004 16:09:52 -0000 @@ -41,8 +41,11 @@ </programlisting> </example> </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_errno</function>. + <function>xslt_errno</function>. </para> </refsect1> </refentry> Index: en/reference/xslt/functions/xslt-free.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-free.xml,v retrieving revision 1.3 diff -u -r1.3 xslt-free.xml --- en/reference/xslt/functions/xslt-free.xml 18 Aug 2003 21:55:34 -0000 1.3 +++ en/reference/xslt/functions/xslt-free.xml 1 Aug 2004 16:09:52 -0000 @@ -15,8 +15,11 @@ <para> Free the XSLT processor identified by the given handle. </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also <function>xslt_create</function> + <function>xslt_create</function> </para> </refsect1> </refentry> Index: en/reference/xslt/functions/xslt-getopt.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-getopt.xml,v retrieving revision 1.2 diff -u -r1.2 xslt-getopt.xml --- en/reference/xslt/functions/xslt-getopt.xml 22 Jul 2004 22:23:36 -0000 1.2 +++ en/reference/xslt/functions/xslt-getopt.xml 1 Aug 2004 16:09:52 -0000 @@ -17,8 +17,10 @@ <function>xslt_getopt</function> returns the options on the given <parameter>processor</parameter>. </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also: <function>xslt_setopt</function>. </para> </refsect1> Index: en/reference/xslt/functions/xslt-setopt.xml =================================================================== RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-setopt.xml,v retrieving revision 1.3 diff -u -r1.3 xslt-setopt.xml --- en/reference/xslt/functions/xslt-setopt.xml 22 Jul 2004 22:41:55 -0000 1.3 +++ en/reference/xslt/functions/xslt-setopt.xml 1 Aug 2004 16:09:52 -0000 @@ -69,8 +69,10 @@ </programlisting> </example> </para> + </refsect1> + <refsect1> + <title>See also</title> <para> - See also: <function>xslt_getopt</function>. </para> </refsect1>