Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 20210 invoked from network); 20 Dec 2004 18:23:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 18:23:34 -0000 Received: (qmail 64824 invoked by uid 500); 20 Dec 2004 18:23:29 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 64757 invoked by uid 500); 20 Dec 2004 18:23:28 -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 64706 invoked by uid 99); 20 Dec 2004 18:23:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from pythagoras.zen.co.uk (HELO pythagoras.zen.co.uk) (212.23.3.140) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Dec 2004 10:23:21 -0800 Received: from [82.69.78.226] (helo=[192.168.0.2]) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1CgSBh-00032c-Cx for dev@forrest.apache.org; Mon, 20 Dec 2004 18:23:17 +0000 Message-ID: <41C71893.6000107@apache.org> Date: Mon, 20 Dec 2004 18:23:15 +0000 From: Ross Gardler User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: search engine friendly skins References: <41C6169F.1040006@apache.org> <41C6290F.5020104@apache.org> <200412200909.33465.sean@inwords.co.za> In-Reply-To: <200412200909.33465.sean@inwords.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Pythagoras-IP: [82.69.78.226] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Sean Wheller wrote: > On Monday 20 December 2004 03:21, Ross Gardler wrote: > >>Actually, I was just reviewing this change and the mail it comes from ( >>http://marc.theaimsgroup.com/?l=forrest-dev&m=110324061019177&w=2 ). Why >>is document2html creating non-html content (as far as I am aware >> is not an html tag. > > > That is correct it should just be meta. Hence my patch to add@content showed > That is not the point I was making. The element does not need the @content attribute since the meta elements children is its content (although I see no reason why we do not support the attribute as well). The point I was trying to make in this thread is that document2html is creating content that is no longer html. Ross