Re: [docbook-apps] Position of section toc in JavaHelp

From
Anup Rav <>
Date
2005-07-13T04:54:38+00:00
ID
Thread
Re: [docbook-apps] Position of section toc in JavaHelp
Hi Patrick,

I think the customization you did for section toc to appear at the end
of section is correct. You need to make sure that you provide the
correct context also as a parameter to named template that generates
the section toc, as :

      <xsl:call-template name="section.toc">
        <xsl:with-param name="toc.title.p"
select="contains($toc.params, 'title')"/>
        <xsl:with-param name="toc-context" select="section"/>
      </xsl:call-template>

So your problem reamins now that your chunk is not being generated.
Can you provide more about the xsl:imports and xsl:include statements
sequence you are using? Also was chunking working before your section
customization?

-- 
Regards,
Anup Rav.