Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-alpha-9
-
None
Description
head element is actually allowed but not correctly processed by the parser: the content of head is directly put in the core of the document.
Here is a short sample: the following is a valid m1 xdoc (correct me if I am wrong!)
<document> <properties> <title>Dummy Page</title> </properties> <head> <meta name="keyword" content="maven"/> </head> <body> <section name="blabla"> ... </section> </body> </document>
and produces the following html
... <div id="contentBox"> <head> <meta name="keyword" content="maven"></meta> </head> <a name="blabla"></a><div class="section"><h2>blabla</h2> ...
Attachments
Issue Links
- is depended upon by
-
DOXIASITETOOLS-19 SiteRendererSink ignores meta info in head
- Closed
-
MSITE-194 xdoc's <head/> gets rendered in the HTML body, not in head
- Closed
- relates to
-
DOXIA-150 Spurious <?xml version="1.0" encoding="UTF-8"?> in generated <head> section
- Closed
-
DOXIA-123 Create an xdoc DTD or XSD for maven 2
- Closed
- supercedes
-
DOXIA-104 Support use of custom properties in XDOC files
- Closed