You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2006/12/16 01:30:15 UTC

svn commit: r487732 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets: apache-no-namespace.xsl apache.xsl

Author: joerg
Date: Fri Dec 15 16:30:14 2006
New Revision: 487732

URL: http://svn.apache.org/viewvc?view=rev&rev=487732
Log:
adapted to changes on website

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache-no-namespace.xsl
    cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache.xsl

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache-no-namespace.xsl
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache-no-namespace.xsl?view=diff&rev=487732&r1=487731&r2=487732
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache-no-namespace.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache-no-namespace.xsl Fri Dec 15 16:30:14 2006
@@ -25,7 +25,7 @@
     <body>
       <h2><xsl:value-of select="head/title"/></h2>
       <ul>
-        <xsl:apply-templates select="//div[@class='content']/ul"/>
+        <xsl:apply-templates select="//div[@id='minitoc-area']/ul"/>
       </ul>
     </body>
   </html>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache.xsl
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache.xsl?view=diff&rev=487732&r1=487731&r2=487732
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/html/samples/stylesheets/apache.xsl Fri Dec 15 16:30:14 2006
@@ -26,7 +26,7 @@
     <body>
       <h2><xsl:value-of select="xhtml:head/xhtml:title"/></h2>
       <ul>
-        <xsl:apply-templates select="//xhtml:div[@class='content']/xhtml:ul"/>
+        <xsl:apply-templates select="//xhtml:div[@id='minitoc-area']/xhtml:ul"/>
       </ul>
     </body>
   </html>