Re: Section[1] only in toc
Bob Stayton <[email protected]>
| Newsgroups | gmane.text.docbook.apps |
|---|---|
| Message-ID | <[email protected]> |
You didn't mention whether this was for FO or HTML type of output. Bob Stayton [email protected] On 3/31/2020 2:08 PM, Peter Fleck wrote: > I have an abnormal use case. > > The source file is a book with many articles, however the TOC is to be > first level sections of each article and not the article title itself. > > Example: > > <article> > <info><title></info> -- not included > <section><info><title></info></section> -- included > <section><info><title></info></section> -- included > ... > </article> > <article> > <info><title></info> -- not included > <section><info><title></info></section> -- included > <section><info><title></info></section> -- included > ... > </article> > > Any pointers would be appreciated. > > Thanks, > > Peter