/ Gerrit Kuilder <[EMAIL PROTECTED]> was heard to say:
| How would one deal with nested toc's (as it is possible now with
| tochap toclevel1 etc)?. I do use it to generate a toc, through an xsl
| stylesheet, with the levels to create approriate numbering/formatting.

Just nest the tocentrys:

<toc><title>My Toc</title>
<tocentry><citetitle>Chapter One</citetitle>
  <tocentry><citetitle>Section One</citetitle></tocentry>
  <tocentry><citetitle>Section Two</citetitle>
    <tocentry><citetitle>Section Two.One</citetitle></tocentry>
  </tocentry>
</tocentry>
</toc>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]>      | Success is relative; it is what we
http://www.oasis-open.org/docbook/ | make of the mess we have made of
Chair, DocBook Technical Committee | things.--T. S. Eliot

Reply via email to