Again, I must ell you that your issue is XSLT related, not FO nor FOP.
You must be sure that the current context node is the same when you
generate the <fo:block id="{generate-id()}>
and the <fo:page-number-citation ref-id="{generate-id()}"/> !
different ids mean different nodes used by the generate-id function.
Be sure you have the same nodes means that if you use <xsl:for-each
select="//headline"> to gather your nodeset, you have to use some equal
stuff to parse your headlines to generate your block with ids . It has to
be the exat same nodes.
Cyril
At 17:34 02/07/2002 +0200, you wrote:
>I have tried it like described by Antenna House:
>
>the headline of each article is placed in a <fo:block id="{generate-id()}>
>
>in the table of content I used
><xsl:for-each select="//headline">
>...
><fo:page-number-citation ref-id="{generate-id()}"/>
>...
>
>like Antenna House
>but the function in ref-id generates completely NEW ids which surely don`t
>match with the ones generated in fo:block..
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]