Maxime,

Is it a typo in your email or an error in your document that the second section 
is missing its opening <section>?

<chapter>
    <section>
        <section/>
        <section/> (1)
        <section/> (1)
        <section/> (1)
    </section>
==  <section> ==
       <section/>
       <section/> (2)
       <section/> (2)
    </section>
</chapter>

-----Original Message-----
From: Maxime Bégnis [mailto:[email protected]] 
Sent: Monday, May 10, 2010 9:31 AM
To: docbook-apps
Subject: [docbook-apps] bug in chunking sections?

Hello,

Considering this document structure :
(1) and (2) are here for further reference.

<chapter>
    <section>
        <section/>
        <section/> (1)
        <section/> (1)
        <section/> (1)
    </section>
       <section/>
       <section/> (2)
       <section/> (2)
    </section>
</chapter>

And using the parameter :
<xsl:param name="chunk.section.depth" select="8"></xsl:param>

Is it the expected behaviour that the sections marked with (1) are not
chunked while those marked with (2) are chunked?
If so, is there a possibility to chunk those (1) sections as well?

Thanks a lot if you can help.

Maxime Bégnis

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to