This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: [docbook-apps] Suppressing "List of Tables"
On Thu, Sep 18, 2003 at 10:51:09AM -0700, Immell, Tara wrote:
> Hi,
>
> I have a lingering question after looking at
> http://www.sagehill.net/docbookxsl/TOCcontrol.html#TOCcomponents.
>
> If all I want to change about my book's output is to stop figure, table,
> example, and equation table of contents from being generated, should my
> customization layer
>
> a) contain only the element I want to modify:
>
> <xsl:param name="generate.toc">
> book toc,title
> </xsl:param>
>
> OR
>
> b) contain all element pairs:
>
> <xsl:param name="generate.toc">
> appendix toc,title
> article/appendix nop
> article toc,title
> book toc,title
> chapter toc,title
> part toc,title
> preface toc,title
> qandadiv toc
> qandaset toc
> reference toc,title
> sect1 toc
> sect2 toc
> sect3 toc
> sect4 toc
> sect5 toc
> section toc
> set toc,title
> </xsl:param>
It should contain the whole thing.
The stylesheet doesn't merge a custom value of
generate.toc, it uses it as a replacement.
That seems a bit clunky, actually, so maybe
there should be another local.generate.toc
parameter for just the changed values.
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.