Xdoc/XhtmlBaseParser doesn't close sections properly
----------------------------------------------------
Key: DOXIA-241
URL:
http://jira.codehaus.org/browse/DOXIA-241 Project: Maven Doxia
Issue Type: Bug
Components: Core, Module - Xdoc, Module - Xhtml
Reporter: Lukas Theussl
For the following valid xdoc snippet:
{code:xml}
<section name="title">
<h6>subtitle</h6>
</section>
{code}
the current XdocParser emits this sequence of events:
{noformat}
section1
sectionTitle1
text
sectionTitle1_
section5
sectionTitle5
text
sectionTitle5_
section1_
{noformat}
ie there is a closing section5_ missing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira