]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't include list of figures in book TOC for reference docs.
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 17 Jul 2007 16:57:26 +0000 (16:57 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 17 Jul 2007 16:57:26 +0000 (16:57 +0000)
xsl/tools/xsl/build/reference.xsl

index 54e8ca53751acde95cb698baf631c8e8fb8c3217..474c9e7ae02e2b5d2b22ec83a47299531d65ac77 100644 (file)
 <xsl:param name="chunk.quietly" select="1"></xsl:param>
 <xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
 <xsl:param name="generate.manifest" select="1"></xsl:param>
+<xsl:param name="generate.toc">
+appendix  toc,title
+article/appendix  nop
+article   toc,title
+book      toc,title,table,example,equation
+chapter   toc,title
+part      toc,title
+preface   toc,title
+qandadiv  toc
+qandaset  toc
+reference toc,title
+sect1     toc
+sect2     toc
+sect3     toc
+sect4     toc
+sect5     toc
+section   toc
+set       toc,title
+</xsl:param>
 <xsl:param name="graphicsize.extension" select="0"></xsl:param>
 <xsl:param name="html.append"><xsl:text>&#x0a;</xsl:text></xsl:param>
 <xsl:param name="html.longdesc" select="1"/>