]> granicus.if.org Git - docbook-dsssl/commitdiff
Specify titles for ToCs
authorNorman Walsh <ndw@nwalsh.com>
Fri, 4 Oct 2002 11:11:11 +0000 (11:11 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 4 Oct 2002 11:11:11 +0000 (11:11 +0000)
xsl/params/generate.toc.xml

index bd9a460799547cb8f953e9c03c2f49430c05e2ae..aa8e3d590b98fc2f225296d7cd4547b1fcf4be3d 100644 (file)
 <refsynopsisdiv>
 <src:fragment id='generate.toc.frag'>
 <xsl:param condition="html" name="generate.toc">
-appendix  toc
+appendix  toc,title
 article/appendix  nop
-article   toc
-book      toc,figure,table,example,equation
-chapter   toc
-part      toc
-preface   toc
+article   toc,title
+book      toc,title,figure,table,example,equation
+chapter   toc,title
+part      toc,title
+preface   toc,title
 qandadiv  toc
 qandaset  toc
-reference toc
+reference toc,title
 sect1     toc
 sect2     toc
 sect3     toc
 sect4     toc
 sect5     toc
 section   toc
-set       toc
+set       toc,title
 </xsl:param>
 <xsl:param condition="fo" name="generate.toc">
-/appendix toc
+/appendix toc,title
 article/appendix  nop
-/article  toc
-book      toc,figure,table,example,equation
-/chapter  toc
-part      toc
-/preface  toc
+/article  toc,title
+book      toc,title,figure,table,example,equation
+/chapter  toc,title
+part      toc,title
+/preface  toc,title
 qandadiv  toc
 qandaset  toc
-reference toc
+reference toc,title
 /sect1    toc
 /sect2    toc
 /sect3    toc
 /sect4    toc
 /sect5    toc
 /section  toc
-set       toc
+set       toc,title
 </xsl:param>
 </src:fragment>
 </refsynopsisdiv>