Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 54611 invoked from network); 29 Mar 2005 15:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Mar 2005 15:10:25 -0000 Received: (qmail 52966 invoked by uid 500); 29 Mar 2005 15:10:24 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 52911 invoked by uid 500); 29 Mar 2005 15:10:24 -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 52898 invoked by uid 99); 29 Mar 2005 15:10:24 -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 ns3.wkwyw.net (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 29 Mar 2005 07:10:23 -0800 Received: (qmail 19751 invoked from network); 29 Mar 2005 15:10:24 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.4?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 29 Mar 2005 15:10:24 -0000 Message-ID: <42496FDB.7070901@apache.org> Date: Tue, 29 Mar 2005 16:10:19 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: [Meta] tag not recognise by tidy with pelt skin References: <42496B31.7060501@pcotech.fr> In-Reply-To: <42496B31.7060501@pcotech.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cyriaque Dupoirieux wrote: > Hi, > > The Pelt skin - document2html.xsl - adds a tag which > produces a Tidy error. > Are you sure it is a good XHTML tag ? It isn't, but then document2html.xsl does not produce XHTML. It used to but then it was aletered to include TOC information and has been altered again to include the meta-data tag you refer to. Valid XHTML comes out at the end of the whole process (i.e. after site2xhtml.xsl has done its stuff. Ross