← Prev in month
← Prev in thread
DOCBOOK-APPS: toc generation
I have a book, with parts/chapters. I want a toc 'near the front' but not tocs in each of the parts. Hence the source xml has <toc/> and in my driver stylesheet <xsl:param name="generate.division.toc" select="0" /> param.xsl has <xsl:param name="generate.book.toc" select='1' doc:type='boolean'/> which is sort of contradictory, yes to book toc, no to 'divisions'. Perhaps a cleaner solution would be a list of params for each of the major divisions? Rather than collectives? I don't understand why the <toc/> element isn't producing the toc. Regards DaveP I'm not getting any toc at all.
← Prev in month
← Prev in thread