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] Section TOCs in HTML: Placing after intro text



docBook won't let me insert a <toc/> element. the following doc structure is
invalid:

<section>
    <title>Installing ABC Software</title>
   <para>
      This section describes the things you must do before
     installing ABC.
    </para>
<para>The following topics are covered:</para>
    <toc/>

    <section>
    ...
   </section>
  <section>
    ...
   </section>

</section>


Bob Stayton wrote:
> 
> Hi,
> That one is easily supported by the stylesheets.  You can put an empty
> <toc/> element 
> where you want the mini-toc to appear. 
> 

-- 
View this message in context: http://old.nabble.com/Section-TOCs-in-HTML%3A-Placing-after-intro-text-tp32317596p32325610.html
Sent from the docbook apps mailing list archive at Nabble.com.



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