Return-Path: Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 56138 invoked by uid 500); 21 May 2002 12:23:31 -0000 Delivered-To: apmail-xml-forrest-cvs@apache.org Received: (qmail 56134 invoked from network); 21 May 2002 12:23:31 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 21 May 2002 12:23:31 -0000 Received: (qmail 27136 invoked by uid 1454); 21 May 2002 12:23:30 -0000 Date: 21 May 2002 12:23:30 -0000 Message-ID: <20020521122330.27135.qmail@icarus.apache.org> From: stevenn@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/documentation/skins/forrest-site/xslt/html document2html.xsl site2xhtml.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stevenn 02/05/21 05:23:30 Modified: src/documentation/skins/forrest-site/xslt/html document2html.xsl site2xhtml.xsl Log: added both @id and generate-id() based anchoring of sections and made sure we have decent page titles in the rendered HTML again Revision Changes Path 1.8 +13 -0 xml-forrest/src/documentation/skins/forrest-site/xslt/html/document2html.xsl Index: document2html.xsl =================================================================== RCS file: /home/cvs/xml-forrest/src/documentation/skins/forrest-site/xslt/html/document2html.xsl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- document2html.xsl 16 May 2002 22:32:41 -0000 1.7 +++ document2html.xsl 21 May 2002 12:23:30 -0000 1.8 @@ -72,9 +72,19 @@ + + + + +

@@ -83,6 +93,9 @@
+ + +

1.6 +1 -1 xml-forrest/src/documentation/skins/forrest-site/xslt/html/site2xhtml.xsl Index: site2xhtml.xsl =================================================================== RCS file: /home/cvs/xml-forrest/src/documentation/skins/forrest-site/xslt/html/site2xhtml.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- site2xhtml.xsl 20 May 2002 22:09:48 -0000 1.5 +++ site2xhtml.xsl 21 May 2002 12:23:30 -0000 1.6 @@ -6,7 +6,7 @@ - <xsl:value-of select="td/table/tr/td/h2"/> + <xsl:value-of select="td[@class='content']/h2"/>