OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]