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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Problem - not generating Section TOC


Ah - a newbie's sigh of relief: at least I'm not totally off the mark;)
Thanks for your help - I'll log it. . .

-- Andy


David Cramer wrote:

> I think you've come across a feature that is in the process of being
> reimplemented. I did search for generate.section.toc.level and didn't
> find it in the /fo or /common directories. I notice that
> http://docbook.sourceforge.net/release/xsl/1.53.0/doc/fo/generate.toc.ht
> ml mentions generate.section.toc.depth, but the link is dead and the
> parameter reference doesn't mention that param. Also, I notice that the
> string 'toc' doesn't appear anywhere in fo/sections.xsl, but
> html/sections.xsl has promsing looking code for toc generation like:
>
>     <xsl:if test="(contains($toc.params, 'toc')
>                    and $depth &lt;= $generate.section.toc.level)
>                   or refentry">
>       <xsl:call-template name="section.toc"/>
>     </xsl:if>
>
> Looks like you need to log a bug:
> http://sourceforge.net/tracker/?group_id=21935&atid=373747
>
> David
>
> -----Original Message-----
> From: Andy Jewell [mailto:andy_jewell@fanniemae.com]
> Sent: Tuesday, September 10, 2002 3:19 PM
> To: Dennis Grace
> Cc: Docbook List
> Subject: Re: DOCBOOK-APPS: Problem - not generating Section TOC
>
> Unfortunately, that wasn't it - here are my TOC parameters:
>
> <xsl:param name="section.autolabel" select="1"/>
> <xsl:param name="toc.section.depth">3</xsl:param>
> <xsl:param name="generate.section.toc.level">3</xsl:param>
> <xsl:param name="generate.toc">
> section toc
> sect1 toc
> /sect1 toc
> chapter/sect1 toc
> </xsl:param>
>
> And it still didn't work. . .  Any other ideas?
>
> -- Andy




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


Powered by eList eXpress LLC