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 2008/03/07 14:34:28 UTC

[jira] Closed: (DOXIA-78) Doxia XDOC parser and XHTML renderer ignore "rowspan" and "colspan" attributes for tables

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

Lukas Theussl closed DOXIA-78.
------------------------------

    Resolution: Fixed

Fixed with DOXIA-204.

> Doxia XDOC parser and XHTML renderer ignore "rowspan" and "colspan" attributes for tables
> -----------------------------------------------------------------------------------------
>
>                 Key: DOXIA-78
>                 URL: http://jira.codehaus.org/browse/DOXIA-78
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Module - Xdoc, Module - Xhtml, Sink API
>    Affects Versions: 1.0-alpha-8
>            Reporter: Henning Schmiedehausen
>            Assignee: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>         Attachments: doxia.patch
>
>
> The xdoc parser ignores rowspan and colspan attributes for <th> and <td> cells (even though the DTD says that these are legal) and the XHTML renderer subsequently does not render out these attributes.
> As the Sink-API offers methods for generating table-cells with a defined width, this is easy to implement (see attached patch), but the rowspan attribute would require new methods in the (very unflexible) API that take both height and width.
> The attached patch fixes the colspan problem for the xdoc parser and the xhtml renderer.

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