Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37527 invoked from network); 25 Aug 2006 18:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 18:56:51 -0000 Received: (qmail 88581 invoked by uid 500); 25 Aug 2006 18:56:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 88548 invoked by uid 500); 25 Aug 2006 18:56:50 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 88539 invoked by uid 99); 25 Aug 2006 18:56:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 11:56:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 11:56:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FF23410012 for ; Fri, 25 Aug 2006 18:53:28 +0000 (GMT) Message-ID: <12419314.1156532008587.JavaMail.jira@brutus> Date: Fri, 25 Aug 2006 11:53:28 -0700 (PDT) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1215) elements in documentation need expanse attributes after switch to OASIS DTDs In-Reply-To: <60729236.1144970940261.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1215?page=all ] Kim Haase updated DERBY-1215: ----------------------------- Derby Info: [Patch Available] >
elements in documentation need expanse attributes after switch to OASIS DTDs > ------------------------------------------------------------------------------------ > > Key: DERBY-1215 > URL: http://issues.apache.org/jira/browse/DERBY-1215 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.2.1.0 > Reporter: Andrew McIntyre > Assigned To: Kim Haase > Priority: Minor > Fix For: 10.2.1.0 > > Attachments: DERBY-1215.diff, DERBY-1215_diff.txt, DERBY-1215_pt_BR.diff > > > With revision 393972, I switched the DITA files in the doc tree to reference the OASIS DTDs instead of the old IBM DTDs. This has caused some warnings to appear in the build output, e.g.: > [pipeline] [Error] ctunproper22250.dita:31:60: Attribute "expanse" must be declared for element type "table". > [pipeline] [Error] ctuntransform36368.dita:32:37: Attribute "expanse" must be declared for element type "table". > [pipeline] [Error] ctuntransform36368.dita:49:37: Attribute "expanse" must be declared for element type "table". > [pipeline] [Error] ctunoptimz42065.dita:58:37: Attribute "expanse" must be declared for element type "table". > [pipeline] [Error] ctunoptimz42065.dita:86:37: Attribute "expanse" must be declared for element type "table". > [pipeline] [Error] ctunoptimz42065.dita:114:37: Attribute "expanse" must be declared for element type "table". > This does not appear to have affected the build or appearance of the docs, it is just that these DITA files no longer conform to the DTD. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira