Hi John,

On 17/03/07, John Maddock <john@johnmaddock.co.uk> wrote:
<snip>

boostbook standalone
    :
        math
    :
        # HTML options first:
        # Use graphics not text for navigation:
        <xsl:param>navig.graphics=1
        # How far down we chunk nested sections, basically all of them:
        <xsl:param>chunk.section.depth=10
        # Don't put the first section on the same page as the TOC:
        <xsl:param>chunk.first.sections=1
        # How far down sections get TOC's
        <xsl:param>toc.section.depth=10
        # Max depth in each TOC:
        <xsl:param>toc.max.depth=4
        # How far down we go with TOC's
        <xsl:param>generate.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:param>chunk.section.depth=0), so thanks very much for the help!

Darren