Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 54916 invoked by uid 500); 20 Aug 2002 07:33:09 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 54907 invoked by uid 500); 20 Aug 2002 07:33:09 -0000 Delivered-To: apmail-xml-forrest-cvs@apache.org Received: (qmail 54904 invoked from network); 20 Aug 2002 07:33:09 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 20 Aug 2002 07:33:09 -0000 Received: (qmail 84197 invoked by uid 1389); 20 Aug 2002 07:33:08 -0000 Date: 20 Aug 2002 07:33:08 -0000 Message-ID: <20020820073308.84196.qmail@icarus.apache.org> From: crossley@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/skins/basic/xslt/html site2xhtml.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: crossley 2002/08/20 00:33:08 Modified: src/resources/skins/basic/xslt/html site2xhtml.xsl Log: Fixed path for "head/title" content. Actually roll back previous mod. Revision Changes Path 1.5 +1 -1 xml-forrest/src/resources/skins/basic/xslt/html/site2xhtml.xsl Index: site2xhtml.xsl =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/skins/basic/xslt/html/site2xhtml.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- site2xhtml.xsl 30 Jul 2002 10:32:25 -0000 1.4 +++ site2xhtml.xsl 20 Aug 2002 07:33:07 -0000 1.5 @@ -8,7 +8,7 @@ - <xsl:value-of select="div[@class='content']/table/tr/td/h1"/> + <xsl:value-of select="div[@class='header']/h1"/>