Re: [SLIDES] what about toc?

From
<>
Date
2003-07-18T11:28:15+00:00
ID
Thread
Re: [SLIDES] what about toc?
On 17 Jul, Norman Walsh wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> /  was heard to say:
> | The problem I have is I don't get is how to generate a toc of all my
> | foilgroups and a toc for each foilgroup.
> |
> | Any ideas are welcome.
> 
> I think I added that recently as an option.
> 

Sorry but i would like a pointer.

My xml has the following structure

<slides>
 <slidesinfo>
 </slidesinfo>

<foilgroup><title>Group1</title>
..... several <foil><title>xx</title></foil>
</foilgroup>

and so on.

Using
xsltproc -o foils.fo --nonet --catalogs slides-3.1.0/xsl/fo/plain.xsl \
                                                   foils.xml


and twice: pdlatex foils.tex

with foils.tex being:
\def\xmlfile{foils.fo}
\input xmltex

Please let me know if there is a way to have a new foil inserted for
each foilgroup with a list of titles of each foils.

I am used to DocBook SGML/DSSSL and new to DOCBOOK XML/XSL

Thanks a lot

Phil.