- From: Mike Haarman <mhaarman@infinitecampus.org>
- Date: Thu, 3 Apr 2003 08:51:21 -0600
- To: "Gilhuijs, Patrick" <Patrick.Gilhuijs@getronics.com>, <www-xsl-fo@w3.org>
> I have displayed the generated id's in the document to ensure myself that
they are unique.
> Any idea's?
>
<fo:page-number-citation
ref-id="$particular.generated.id.you.wish.to.refer.to"/>
I am sure your generated id's are unique as the rec. demands it. Make sure you
are referring to the correct one.
In the interest of legibility I sometimes just use an attribute value of the
element that dictates sequences, like:
<fo:page-number-citation ref-id="{@departmentID}"/>
hth,
Mike
Received on Thursday, 3 April 2003 09:56:56 UTC