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


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
bobs@sagehill.net


----- Original Message ----- 
From: "Anup Rav" <anup.rav@gmail.com>
To: "patrick riffel" <versorger@gmx.li>
Cc: <docbook-apps@lists.oasis-open.org>
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: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org






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