Hi John,
On 17/03/07, John Maddock
<snip>
boostbook standalone : math : # HTML options first: # Use graphics not text for navigation: xsl:paramnavig.graphics=1 # How far down we chunk nested sections, basically all of them: xsl:paramchunk.section.depth=10 # Don't put the first section on the same page as the TOC: xsl:paramchunk.first.sections=1 # How far down sections get TOC's xsl:paramtoc.section.depth=10 # Max depth in each TOC: xsl:paramtoc.max.depth=4 # How far down we go with TOC's xsl:paramgenerate.section.toc.level=10
<snip>
This actually split everything up into sections. The comments were very helpful: 'chunk' seems an ambiguous word to me in this context. :) The options you need to change are the "chunking" ones, these are documented
in the Docbook XSL guide: http://docbook.sourceforge.net/release/xsl/current/doc/. Hopefully that's enough to put you on the right track.
I got it now (xsl:paramchunk.section.depth=0), so thanks very much for the help! Darren