Re: total page count problem
"Mike Haarman" <[email protected]> Thu, 3 Apr 2003 08:51:21 -0600
| Newsgroups | gmane.text.xml.xsl.general |
|---|---|
| Message-ID | <[email protected]> |
> 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