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

From
Bob Stayton <>
Date
2005-07-13T08:48:34+00:00
ID
0a5301c58787$97b34490$6400a8c0@toshiro
Thread
Re: [docbook-apps] Position of section toc in JavaHelp
One small correction: the select value of toc-context should be "." instead
of "section". Using "section" will select all the child sections of the
current section, rather than the current section itself.  8^)

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Anup Rav" <>
To: "patrick riffel" <>
Cc: <>
Sent: Tuesday, July 12, 2005 9:54 PM
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: 
For additional commands, e-mail: