Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 16833 invoked from network); 23 Aug 2004 06:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Aug 2004 06:21:37 -0000 Received: (qmail 9584 invoked by uid 500); 23 Aug 2004 06:21:36 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 9562 invoked by uid 500); 23 Aug 2004 06:21:35 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 9551 invoked by uid 99); 23 Aug 2004 06:21:35 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=MISSING_DATE,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [65.77.211.32] (HELO cocoondev.org) (65.77.211.32) by apache.org (qpsmtpd/0.27.1) with SMTP; Sun, 22 Aug 2004 23:21:32 -0700 Received: (qmail 12208 invoked from network); 23 Aug 2004 06:21:31 -0000 Received: from cocoondev.org (65.77.211.32) by cocoondev.org with SMTP; 23 Aug 2004 06:21:31 -0000 Message-ID: <12852630.1093242091713.JavaMail.jira_admin@cocoondev.org> From: issues@cocoondev.org To: dev@forrest.apache.org Subject: [issues] Updated: (FOR-262) openoffice2forrest: add support for merged cells in tables Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: David Crossley (mailto:crossley@apache.org) Date: Mon, 23 Aug 2004 8:21 AM Changes: [Version] [HEAD] was added [Version] [0.6] was removed [Summary] changed from [Add support for merged cells in tables] to [openoffice2forrest: add support for merged cells in tables] --------------------------------------------------------------------- For a full history of the issue, see: http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-262&page=history --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=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 Component: Other Versions: HEAD Assignee: Reporter: Charles Palmer Created: Sun, 22 Aug 2004 1:06 PM Updated: Mon, 23 Aug 2004 8:21 AM 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: and