Author: smukhina
Date: 2007-11-13 12:16:49 -0500 (Tue, 13 Nov 2007)
New Revision: 4885
Modified:
trunk/seam/docs/resources/styles/en/fopdf.xsl
trunk/seam/docs/resources/styles/en/html.xsl
trunk/seam/docs/resources/styles/en/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RHDS-188
Forth level header in TOC now can be opened
Modified: trunk/seam/docs/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:42 UTC (rev 4884)
+++ trunk/seam/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:49 UTC (rev 4885)
@@ -225,8 +225,8 @@
<!-- Generate the TOCs for named components only -->
<xsl:param name="generate.toc"> book toc,title</xsl:param>
<!-- ,figure,table,equation -->
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!-- Dot and Whitespace as separator in TOC between Label and Title-->
<xsl:param name="autotoc.label.separator" select="'.
'"/>
Modified: trunk/seam/docs/resources/styles/en/html.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/html.xsl 2007-11-13 17:16:42 UTC (rev 4884)
+++ trunk/seam/docs/resources/styles/en/html.xsl 2007-11-13 17:16:49 UTC (rev 4885)
@@ -49,8 +49,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/seam/docs/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:42 UTC (rev 4884)
+++ trunk/seam/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:49 UTC (rev 4885)
@@ -54,8 +54,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels