Hello all,

Running "httpd-trunk/docs/manual/build/build.sh validate-xml" gives the following error:

validate-xml:
[xmlvalidate] /home/mrumph/httpd-trunk/docs/manual/mod/mod_http2.xml:296:17: The content of element type "p" must match "(em|strong|code|a|br|directive|module|program|img|cite|q|dfn|var|transnote|glossary|phonetic)".

BUILD FAILED
/home/mrumph/httpd-trunk/docs/manual/style/lang-targets.xml:294: /home/mrumph/httpd-trunk/docs/manual/mod/mod_http2.xml is not a valid XML document.

I see that the mod_http2.xml is using <ol> and <li> tags within a <p> section. These tags are not listed as valid contents of element type "p" in the message.

But build.sh does build docs/manual/mod_http2.html.en correctly.
And we can see the lists generated in the referenced section:
- http://httpd.apache.org/docs/trunk/mod/mod_http2.html#h2pushpriority
This is the list at the end of the section, just before "Shorter Priority Rules".

So is this a problem with the style sheets or with validate-xml?

Thanks,

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to