Hi Paul,
You could rearrange the template with match="section" in html/sections.xsl.
You need to move the call to the "section.toc" template to after the
<xsl:apply-templates>.
You'll need to properly set up the change for chunked output, though,
because of import precedence. See this reference for more info on
customizing chunking:
http://www.sagehill.net/docbookxsl/ChunkingCustomization.html
You'll need to put the customized section template in the file described in
step 1 of that reference because it is changing the non-chunking behavior.
Bob Stayton
Sagehill Enterprises
DocBook Consulting
----- Original Message -----
From: "Paul DuBois" <>
To: <>
Sent: Friday, March 04, 2005 7:43 AM
Subject: [docbook-apps] Placement of TOC in HTML chunked output pages
> When generating HTML output, for pages that have a TOC for
> subsections, the TOC comes out after the title and before
> the rest of the page content. Is there a way to make the
> TOC come out last (after the page content)?
>
>
>
>