This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

TOC in appendix


Using:
DocBook XML 4.2 (article)
DocBook XSL 1.53.0
Saxon V6.5.2

For chunked HTML I set the following in my customization layer
(showing only the relevant part for my problem):

  <!-- Chunk the first top-level section? -->
  <xsl:param name="chunk.first.sections" select="1"/>

  <!-- Depth to which sections should be chunked  -->
  <xsl:param name="chunk.section.depth" select="2"/>

  <!-- How deep should recursive sections appear in the TOC? -->
  <xsl:param name="toc.section.depth">2</xsl:param>

  <!-- Control depth of TOC generation in sections -->
  <xsl:param name="generate.section.toc.level" select="3"/>

For all 'normal' sections I get the output I want, including TOCs 
in sections up to level 3.

At the end of my diocument I have a <appendix>, which contains 
several <section>s. 

For this appendix I _don't_ get a TOC at the beginning, only navigation
entries at the top and the bottom of the page (which work like expected).

Is there any customization I can do to the stylesheets to get a TOC
for this chunk too?

Michael
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]