Hi everybody,

as you probably know Stefan added the first implementation of mod_md in
trunk plus some documentation. I tried to build it and got rid of some
errors with http://home.apache.org/~elukey/httpd-trunk-mod_md-doc_fix.patch
but then I can still see the following after running build.sh
validate-xhtml:

validate-xhtml:
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en:170:79: Attribute
value "ManagedDomain" of type ID must be unique within the document.
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en:170:148: Attribute
value "manageddomain" of type ID must be unique within the document.
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en:193:79: Attribute
value "ManagedDomain" of type ID must be unique within the document.
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en:193:140: Attribute
value "manageddomain" of type ID must be unique within the document.
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en:264:79: Attribute
value "ManagedDomain" of type ID must be unique within the document.
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en:264:148: Attribute
value "manageddomain" of type ID must be unique within the document.
[xmlvalidate] [..path..]/docs/manual/mod/mod_md.html.en is not a valid XML
document
[xmlvalidate] 806 file(s) have been successfully validated.

>From synopsis.xml it seems to me that the problem is the fact that now we
have a directive called ManagedDomain and a directive/context-block called
<ManagedDomain> that end up with the same id since they share the name (and
also for some reason duplicate HTML, the sections are repeated two times).

Any idea about how to fix this? The naming of the directives might change
in the future, but I wanted to set up the documentation to allow more
people to review/test Stefan's awesome work.

Thanks!

Luca

Reply via email to