]> granicus.if.org Git - docbook-dsssl/commitdiff
Suppress ToC in article/appendix by default
authorNorman Walsh <ndw@nwalsh.com>
Wed, 4 Sep 2002 10:52:38 +0000 (10:52 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 4 Sep 2002 10:52:38 +0000 (10:52 +0000)
xsl/params/generate.toc.xml

index 0fbae4ce73c060896bf629b3c243b0016a7b0bda..bd9a460799547cb8f953e9c03c2f49430c05e2ae 100644 (file)
@@ -12,6 +12,7 @@
 <src:fragment id='generate.toc.frag'>
 <xsl:param condition="html" name="generate.toc">
 appendix  toc
+article/appendix  nop
 article   toc
 book      toc,figure,table,example,equation
 chapter   toc
@@ -30,6 +31,7 @@ set       toc
 </xsl:param>
 <xsl:param condition="fo" name="generate.toc">
 /appendix toc
+article/appendix  nop
 /article  toc
 book      toc,figure,table,example,equation
 /chapter  toc