xsl-list
[Top] [All Lists]

TOC Problem

2005-03-02 13:38:19
Hi,

i need a hint creating a table of content from underlying XML data.
The XML is transformed via XSLT to FO. The generated pdf then shows the
TOC - actually it does not :-(

The TOC should display the speaker on the left and all the starting pagenumbers of the
speech's beginning on the right.

The problem is that one speaker could speak at several times, which means
that there are several speechs per speaker distributet on several
pages.

It does not seem that XSLT respectively FO can handle this problem...

Regards
Frank

------------------------------------

Table Of Content
Joe..........1,5,6
Bob............3,7

------------------------------------

Underlying XML data:
<protocoll>

 <speech>
   <speaker name="Joe" id="Joe1">
    This is a long content of a speech...
 </speech>

 <speech>
   <speaker name="Bob" id="Bob1">
   This is a long content of a speech...
 </speech>

 <speech>
   <speaker name="Joe" id="Joe2">
   This is a long content of a speech...
 </speech>

  ...

</protocoll>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>