Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-78

Doxia XDOC parser and XHTML renderer ignore "rowspan" and "colspan" attributes for tables

    XMLWordPrintableJSON

Details

    • Patch

    Description

      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.

      Attachments

        1. doxia.patch
          2 kB
          hgschmie

        Activity

          People

            ltheussl Lukas Theussl
            henning Henning Schmiedehausen
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: