Maven Doxia

Xdoc/XhtmlBaseParser doesn't close sections properly

Details

  • Number of attachments :
    0

Description

For the following valid xdoc snippet:

<section name="title">
  <h6>subtitle</h6>
</section>

the current XdocParser emits this sequence of events:

section1
sectionTitle1
text
sectionTitle1_

section5
sectionTitle5
text
sectionTitle5_

section1_

ie there is a closing section5_ missing.

Activity

Hide
Lukas Theussl added a comment -

Fixed in r749267.

Show
Lukas Theussl added a comment - Fixed in r749267.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: