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

Jason van Zyl closed DOXIA-78.
------------------------------

    Resolution: Fixed

Patches applied.

> 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: doxia
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0-alpha-8, 1.0
>            Reporter: Henning Schmiedehausen
>            Assignee: Jason van Zyl
>         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

        

Reply via email to