[jboss-cvs] JBossAS SVN: r72007 - trunk/docbook-support/jbossorg-docbook-xslt/src/main/resources/xslt/org/jboss.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 05:21:29 EDT 2008


Author: newtonm
Date: 2008-04-11 05:21:29 -0400 (Fri, 11 Apr 2008)
New Revision: 72007

Modified:
   trunk/docbook-support/jbossorg-docbook-xslt/src/main/resources/xslt/org/jboss/main-eclipse.xsl
Log:
Set chunk.section.depth to 0 to chunk by chapters.

Modified: trunk/docbook-support/jbossorg-docbook-xslt/src/main/resources/xslt/org/jboss/main-eclipse.xsl
===================================================================
--- trunk/docbook-support/jbossorg-docbook-xslt/src/main/resources/xslt/org/jboss/main-eclipse.xsl	2008-04-11 09:20:21 UTC (rev 72006)
+++ trunk/docbook-support/jbossorg-docbook-xslt/src/main/resources/xslt/org/jboss/main-eclipse.xsl	2008-04-11 09:21:29 UTC (rev 72007)
@@ -42,7 +42,8 @@
 <xsl:param name="generate.legalnotice.link" select="1"/>
 <xsl:param name="generate.revhistory.link" select="0"/>
 
-<xsl:param name="chunk.section.depth" select="4"/>
+<!-- Set chunk.section.depth to 0 to just chunk chapters. -->
+<xsl:param name="chunk.section.depth" select="0"/>
 <xsl:param name="chunk.first.sections" select="1"/>
 <xsl:param name="chunk.toc" select="''"/>
 




More information about the jboss-cvs-commits mailing list