Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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.