You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/09/05 23:52:33 UTC

[JIRA] Updated: (FOR-262) openoffice2forrest: add support for merged cells in tables

The following issue has been updated:

    Updater: Charles Palmer (mailto:charles@dspdesign.com)
       Date: Sun, 5 Sep 2004 4:51 PM
    Comment:
This is an OpenOffice Writer file containing tables with merged cells.
    Changes:
             Attachment changed to TRM_Skeleton_Chapter.sxw
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-262?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-262

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-262
    Summary: openoffice2forrest: add support for merged cells in tables
       Type: Improvement

     Status: Unassigned
   Priority: Major

    Project: Forrest
 Components: 
             Other
   Versions:
             HEAD

   Assignee: 
   Reporter: Charles Palmer

    Created: Sun, 22 Aug 2004 1:06 PM
    Updated: Sun, 5 Sep 2004 4:51 PM

Description:
Processing of OpenOffice files is useful, but tables containing merged cells are not handled properly, preventing the use of many OpenOffice documents with Forrest.

If you merge two cells in OOo you get this attribute: table:number-columns-spanned="2" and this could translate into the HTML colspan="2" attribute. But it's not happening - does this first require an enhancement of the Forrest DTD? Which seems to contain the following:

<!ENTITY % cell.span 'colspan CDATA "1"
         rowspan CDATA "1"'> and 

<!ATTLIST td
  %common.att; 
  %cell.span; 

Does this prevent cells from spanning rows and columns? 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira