OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC