[
http://jira.codehaus.org/browse/DOXIA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukas Theussl reopened DOXIA-78:
--------------------------------
Assignee: Lukas Theussl (was: Jason van Zyl)
Re-opening, this patch introduced a bug as it mixes up width with colspan. The
sink API currently doesn't know anything about cell spanning, see my proposal
at http://docs.codehaus.org/display/DOXIA/Proposed+Changes+to+the+Sink+API
> 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: Core
> Affects Versions: 1.0-alpha-8, 1.0
> Reporter: Henning Schmiedehausen
> Assignee: Lukas Theussl
> 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