Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-241

Xdoc/XhtmlBaseParser doesn't close sections properly

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            ltheussl Lukas Theussl
            ltheussl Lukas Theussl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: