Re: [docbook-apps] Generating TOC in nested sets

From
Maciej Danielak <>
Date
2014-08-29T06:40:21+00:00
ID
CAMeKcnkqku8a+63jNP4=
Thread
Re: [docbook-apps] Generating TOC in nested sets
I'm using DocBook XSL stylesheets version 1.78.1 to generate HTML outputs. I'm using profile-chunk.xsl template from xhtml directory.

2014-08-28 19:06 GMT+02:00 Bob Stayton <>:

It works for me.  What version of the DocBook XSL stylesheets are you using?  Support for nested sets was added in version 1.75.1 for fo output and 1.77.1 for html outputs. What form of output are you generating?

Bob Stayton

Sagehill Enterprises



On 8/28/2014 7:07 AM, Maciej Danielak wrote:

Hi,

I have nested structure of set->sets->books->parts->articles. To

generate ToC I'm using parameter generate.toc with value 'set toc, book

toc, part toc'.

What I want is to create toc for a root set. Right now all "child" sets

have generated ToC, while my root set remains empty. Is there a way to

generate TOC in main set?

Thanks,

Maciej