You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2009/03/02 11:59:13 UTC

[jira] Closed: (DOXIA-241) Xdoc/XhtmlBaseParser doesn't close sections properly

     [ http://jira.codehaus.org/browse/DOXIA-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-241.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1

Fixed in r749267.

> 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
>            Assignee: Lukas Theussl
>             Fix For: 1.1
>
>
> 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