From dev-return-20012-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Sat Oct 01 10:02:14 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 32882 invoked from network); 1 Oct 2005 10:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Oct 2005 10:02:14 -0000 Received: (qmail 72237 invoked by uid 500); 1 Oct 2005 10:02:13 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 72043 invoked by uid 500); 1 Oct 2005 10:02:12 -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 List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 72032 invoked by uid 99); 1 Oct 2005 10:02:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 03:02:12 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=PRIORITY_NO_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.67.18.14] (HELO smtprelay02.ispgateway.de) (80.67.18.14) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 03:02:16 -0700 Received: (qmail 23161 invoked from network); 1 Oct 2005 10:01:52 -0000 Received: from unknown (HELO localhost) (305514@[212.59.40.67]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 1 Oct 2005 10:01:52 -0000 Date: Sat, 1 Oct 2005 12:01:50 +0200 From: Ferdinand Soethe X-Priority: 3 (Normal) Message-ID: <12910221548.20051001120150@soethe.net> To: dev@forrest.apache.org Subject: Cleaning up html-processing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 After cleaning up a couple of rough edges in processing and skinning table-elements in html-files I'm now stuck with the problem of a border="1"-attribute appearing in table's that have a class attribute in the source. Searching for border, border="1" and table in all the way downwards from webapp I found no more likely culprits, trying to follow the pipelines I got stuck (see my previous post). Can anybody tell me where that border="1" is coming from? (I'm using a current head, did build clean and build and did a Forrest clean before testing it) Thanks Ferdinand Soethe