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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


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


Actually, that's what I'm using.  I don't understand why it isn't working 
for you.  Here is my small customization layer:

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">

<xsl:import href="../docbook-xsl-1.74.0/fo/docbook.xsl"/>

<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>

</xsl:stylesheet>


Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Erik Leunissen" <e.leunissen@hccnet.nl>
Cc: "Bob Stayton" <bobs@sagehill.net>; <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, June 17, 2008 10:31 AM
Subject: Re: [docbook-apps] How to generate TOC for article/appendix (using 
FOP)


> Erik Leunissen wrote:
>
>>
>> Thanks a lot for checking this. I'm indeed using 1.74.0. (and fop 0.94),
>>
>> Could it be that the xsl processor matters? I'm using xslt.
>>
>
> Oh, that was inaccurate. That should be:
>
>> xsltproc --version
> Using libxml 20626, libxslt 10117 and libexslt 813
> xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
> libxslt 10117 was compiled against libxml 20626
> libexslt 813 was compiled against libxml 20626
>
>
> Erik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 



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