[richfaces-svn-commits] JBoss Rich Faces SVN: r14301 - branches/community/3.3.X/docs/common-resources/en/src/main/xslt.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 25 07:48:00 EDT 2009


Author: artdaw
Date: 2009-05-25 07:47:59 -0400 (Mon, 25 May 2009)
New Revision: 14301

Modified:
   branches/community/3.3.X/docs/common-resources/en/src/main/xslt/xhtml-common.xsl
Log:
https://jira.jboss.org/jira/browse/RF-7081 - TOC customization

Modified: branches/community/3.3.X/docs/common-resources/en/src/main/xslt/xhtml-common.xsl
===================================================================
--- branches/community/3.3.X/docs/common-resources/en/src/main/xslt/xhtml-common.xsl	2009-05-25 10:45:42 UTC (rev 14300)
+++ branches/community/3.3.X/docs/common-resources/en/src/main/xslt/xhtml-common.xsl	2009-05-25 11:47:59 UTC (rev 14301)
@@ -10,7 +10,9 @@
 
    <xsl:import href="collapsing-navigation.xsl"/>
    <!--xsl:param name="generate.toc" select="'book toc'"/-->
-   <xsl:param name="toc.section.depth" select="5"/>
+   <xsl:param name="toc.section.depth" select="5"/>
+   <xsl:param name="generate.section.toc.level" select="3"/>
+   
    <xsl:param name="use.id.as.filename" select="1"/>
    <xsl:param name="generate.toc">
 book      toc
@@ -29,7 +31,7 @@
 Reason: Remove inline style for draft mode
 Version: 1.72.0
 -->
-	
+
 <xsl:template name="head.content">
 	<xsl:param name="node" select="."/>
 	<xsl:param name="title">




More information about the richfaces-svn-commits mailing list