You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2007/05/26 08:53:58 UTC

[jira] Closed: (DOXIA-95) Doxia omits

closing elements

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

Carlos Sanchez closed DOXIA-95.
-------------------------------

         Assignee: Carlos Sanchez
       Resolution: Won't Fix
    Fix Version/s:     (was: 1.0-alpha-9)

> Doxia omits </p> closing elements
> ---------------------------------
>
>                 Key: DOXIA-95
>                 URL: http://jira.codehaus.org/browse/DOXIA-95
>             Project: doxia
>          Issue Type: Bug
>            Reporter: Henning Schmiedehausen
>            Assignee: Carlos Sanchez
>
> Consider the following xdoc file:
> <?xml version="1.0" encoding="UTF-8"?>
> <document>
>   <properties>
>     <title>test1</title>
>   </properties>
>   <body>
>     <section name="section name">
>       <p>text
>       <ul>
>         <li>list1</li>
>       </ul>
>       text2
>       <ul>
>         <li>list1</li>
>       </ul>
>      </p>
>     </section>
>   </body>
> </document>
> This renders to the following HTML output:
> <a name="section name"></a><div class="section"><h2>section name</h2>
>       <p>text
>       <ul>
>         <li>list1</li>
>       </ul>
>       text2
>       <ul>
>         <li>list1</li>
>       </ul>
>     </div>
> Please note that there is no closing </p> between </ul> and </div>
> This is obviously no valid XHTML.

-- 
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