What I want now, but fail to accomplish, is:
Only on the last page of every invoice, there must be an extra
field in the footer with, say, the contents of batch.invoice.id
Have you any hints or directions?
Put another <fo:marker marker-class-name="footfields"> inside the
<fo:block id="{generate-id(.)}"/> at the end of your stylesheet. The
contents of this marker should show up on the last page (though you
may need to play with the "retrieve-position" attribute on the
fo:retrieve-marker to get it just right).
-Brandon :)
Yes, it works! Thanks, you taught me something.
Regards,
Arjan
--~------------------------------------------------------------------
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>
--~--