Author: artdaw
Date: 2008-05-30 08:01:50 -0400 (Fri, 30 May 2008)
New Revision: 8841
Modified:
trunk/docs/faq/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl
Log:
http://jira.jboss.com/jira/browse/RF-3189 - double TOC in FAQ was removed with the help of
<xsl:param name="generate.toc" select="'book toc'"/>
Modified: trunk/docs/faq/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl
===================================================================
---
trunk/docs/faq/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl 2008-05-30
11:20:01 UTC (rev 8840)
+++
trunk/docs/faq/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl 2008-05-30
12:01:50 UTC (rev 8841)
@@ -11,6 +11,7 @@
<xsl:import href="collapsing-navigation.xsl"/>
<xsl:param name="html.stylesheet"
select="'css/html.css'"/>
+ <xsl:param name="generate.toc" select="'book
toc'"/>
<!--
From: xhtml/docbook.xsl