"./build.sh validate-xhtml" fails
validate-xhtml:
[xmlvalidate]
/home/user1/httpd-docs/public/trunk/manual/mod/mod_session_dbd.html.en:107:
40: Attribute value "anonymous" of type ID must be unique within the document.
[xmlvalidate]
/home/user1/httpd-docs/public/trunk/manual/mod/mod_session_dbd.html.en is not a
valid XML document
because two "anonymous" section exist now.
Index: docs/manual/mod/mod_session_dbd.xml
===================================================================
--- docs/manual/mod/mod_session_dbd.xml (revision 645870)
+++ docs/manual/mod/mod_session_dbd.xml (working copy)
@@ -61,7 +61,7 @@
<seealso><module>mod_session_cookie</module></seealso>
<seealso><module>mod_dbd</module></seealso>
- <section id="anonymous"><title>DBD Configuration</title>
+ <section id="dbdconfig"><title>DBD Configuration</title>
<p>Before the <module>mod_session_dbd</module> module can be configured
to maintain a
session, the <module>mod_dbd</module> module must be configured to make
the various database queries
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]