Re: Nagivating TOC (XSL FO)

At 15:22 2003 03 13 +0800, The Crystal wrote:
>Hi,
>my book doesn't have a specific TOC tag in this case, so I create my own TOC by reading in the title names like so:
>  <fo:block text-indent="25pt" font-size="11pt" line-height="20pt">
>  <xsl:for-each select="book/chapter">
>        <xsl:value-of select="title"/> 
>    </xsl:for-each>
>  </fo:block>
> 
>However, now I would like to link each displayed title to their respective actual places in the book. Can anyone advise on this? I cant id the block because title occurs repeatedly (obviously) so FOP spits out an error. I also need to do the same for the PDF bookmarks but I need to know how to populate the bookmarks and link them without specifying the words statically...

Thank you for your interest in XSL.

The xsl-editors@w3.org mailing list is for suggesting potential
errors or shortcomings and/or related comments about the XSL specs.

For requests for help and other questions, please send your email
to a list such as www-xsl-fo@w3.org.

Paul Grosso
for the W3C XSL FO SG

Received on Thursday, 13 March 2003 07:16:02 UTC