I'm having problems getting Saxon to generate table of contents.  I've tried passing parameters to DocBook via the command-line and in a stylesheet.  I've tried having every 'generate.xxx.toc' set to 1, and tried setting some of them to zero.  I haven't yet hit on the right combination to generate a table of contents for each book in the docset.
 
Here's the latest parameter section of my driver:
 
 <xsl:param name="use.extensions" select="'1'"/>
 <xsl:param name="generate.division.toc" select="1" />
 <xsl:param name="generate.chapter.toc" select="0" />
 <xsl:param name="generate.set.toc" select="0" />
 <xsl:param name="generate.section.toc" select="0" />
 <xsl:param name="generate.book.toc" select="1" />
 <xsl:param name="generate.reference.toc" select="0" />
Can anyone help me out here?
 
Jeff

Reply via email to