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/10 20:22:33 UTC

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

Message:

   The following issue has been closed.

   Resolver: Juan Jose Pablos
       Date: Fri, 10 Sep 2004 1:21 PM

Added to SVN. I am not sure if the fix is ideal, but it works.
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

    Project: Forrest
 Components: 
             Other
   Fix Fors:
             0.6
   Versions:
             HEAD

   Assignee: Juan Jose Pablos
   Reporter: Charles Palmer

    Created: Sun, 22 Aug 2004 1:06 PM
    Updated: Fri, 10 Sep 2004 1:21 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