Re: [docbook-apps] How to generate TOC for article/appendix (using FOP)

From
Bob Stayton <>
Date
2008-06-17T16:38:07+00:00
ID
837B230351664CB8A98398DF143924B3@sheeta
Thread
Re: [docbook-apps] How to generate TOC for article/appendix (using FOP)
Hi,
This problem existed in 1.73.2, but it was fixed in 1.74.0.  I'm able to 
generate a toc in each article appendix when I use this generate.toc param 
in a customization layer when processing with fop 0.94.

<xsl:param name="generate.toc">
appendix  toc,title
article   nop
article/appendix   toc,title
book      nop
chapter   nop
part      nop
preface   nop
qandadiv  nop
qandaset  nop
reference nop
section   nop
set       nop </xsl:param>

However, it doesn't generate the TOC title.  But it sounds like you are 
using 1.74.0, so I'm not sure what else might be going wrong.

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Erik Leunissen" <>
To: "Mauritz Jeanson" <>
Cc: <>
Sent: Monday, June 16, 2008 2:03 PM
Subject: Re: [docbook-apps] How to generate TOC for article/appendix (using 
FOP)


> Mauritz Jeanson wrote:
>>
>> I think you have to remove the line continuation characters. There should
>> only be whitespace between the entries.
>>
>
> I removed it, and that made a difference:
>
> Now, when I include the parameter in the customization layer, it *does*
> generate a TOC, but for the main article only (which it prevented before).
>
> Still no dice for the appendix.
>
> Erik
>
>
>> /MJ
>>
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>