Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 36615 invoked from network); 16 Jun 2004 22:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jun 2004 22:10:53 -0000 Received: (qmail 63280 invoked by uid 500); 16 Jun 2004 22:10:57 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 62575 invoked by uid 500); 16 Jun 2004 22:10:48 -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 62530 invoked by uid 99); 16 Jun 2004 22:10:48 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 16 Jun 2004 15:10:47 -0700 Received: (qmail 36062 invoked from network); 16 Jun 2004 22:10:13 -0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by 127.0.0.1 with SMTP; 16 Jun 2004 22:10:13 -0000 Message-ID: <40D0C56A.2020005@apache.org> Date: Thu, 17 Jun 2004 00:10:50 +0200 From: Armin Waibel User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Problem with Tigris skin - per page TOC not created References: <40D01B73.2040203@apache.org> <1087422760.15469.13.camel@onnadayr.ca> In-Reply-To: <1087422760.15469.13.camel@onnadayr.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Rick, thanks much! It works again! regards, Armin Rick Tessner wrote: > On Wed, 2004-06-16 at 03:26, Nicola Ken Barozzi wrote: > > >>>The tag in skinconf.xml was enabled to generate a per page TOC, >>>but it doesn't. A SVN snapshot some weeks ago worked like a charm and >>>create the the TOC. >>>Is this a bug or new intended behaviour of Tigris skin (discard support >>>for tag)? >> > >>Another bug. >> >>Fixing I go! :-) > > > Here's a patch for tigris-style. Problem was in the site2xhtml.xsl. It > wasn't able to fall back to the default defined in > common/xslt/html/site2xhtml.xsl because it explicitly matches > "node()|@*". > > This patch just removes that template. > > > > ------------------------------------------------------------------------ > > Index: src/core/context/skins/tigris-style/xslt/html/site2xhtml.xsl > =================================================================== > --- src/core/context/skins/tigris-style/xslt/html/site2xhtml.xsl (revision 21235) > +++ src/core/context/skins/tigris-style/xslt/html/site2xhtml.xsl (working copy) > @@ -461,11 +461,4 @@ > --> > > > - > - > - > - > - > - > - >