This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Suppressing article toc with generate.toc doesn 'twork


<quote>Am I using a too old version of DocBook XSL for this to work?</quote>

Yes.  XSL 1.48 had individual parameters for each component.  Try <xsl:param
name="generate.article.toc" select="0"/>.  (See the documentation in the
1.48 distribution for a full list of the generate.xxx.toc parameters.)

-----Original Message-----
From: Steinar Bang [mailto:sb@dod.no]
Sent: Wednesday, January 22, 2003 9:09 AM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: Suppressing article toc with generate.toc doesn't
work


Platform: RedHat7.2, saxon 6.5, DocBook XML 4.1.2, DocBook XSL 1.48

I'm trying to suppress toc generation in FO for docbook articles by
using the FO parameter generate.toc, as described in:
 
http://docbook.sourceforge.net/release/xsl/current/doc/fo/generate.toc.html

But it doesn't work for me.

I've put
  <xsl:param name="generate.toc">
article nop
  </xsl:param>
into my local-fo.xsl file, but the toc is still generated.

Is there a way to debug this?  A way to get more output about what
saxon sees?  Am I using a too old version of DocBook XSL for this to
work? 

Thanx!


- Steinar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]