* David Cramer; <[EMAIL PROTECTED]> on 26 Mar, 2002 wrote: >I haven't messed with with 1.50 yet, but it looks like there's a whole >new way to control toc generation: > >http://docbook.sourceforge.net/release/xsl/current/doc/fo/generate.toc.h >tml >
Bingo the following worked :-P <xsl:param name="generate.toc"> <!-- disable article toc --> /article </xsl:param> Thanks -- Togan Muftuoglu
