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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] Disabling the ToC


On 7/6/09 9:52 AM, Ken Preudhomme wrote:
> Hey all,
>
> Using DocBook 4.5 to generate my documents. I wanted to customize
> whether or not the table of contents is shown or not for specific
> documents. I was looking over the XSD but couldn't figure out how to
> disable the table of contents. Can someone point me in the correct
> direction?

I pass this to xsltproc:

   --stringparam generate.toc ''

so I suspect you'd want to set the param in your stylesheet:

   <xsl:param name="generate.toc" select="''"/>

--
Paul


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