Hi all,
I'm using fop in a web application to render a invoice that can be of
many pages,
so i need to write the totals in the footer of the LAST page only: this
i can do
with this fo tags:
<fo:page-sequence-master master-name="alternating">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference page-position="last"
master-name="lst"/>
<fo:conditional-page-master-reference page-position="any"
master-name="frsts"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
I tried with fop 0.17.0 and 0.20.1 and doesn't work.
Someone knows if this property of  fo:conditional-page-master-reference
will be implemented in the nearest future (is there in CVS library?)?
Thank's
    Alessandro



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to