Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: Core, Module - Xdoc, Module - Xhtml
-
Labels:None
-
Number of attachments :
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.
Fixed in r749267.