Help for multiple page sequences within the single document
Posted: Wed Oct 25, 2006 4:37 pm
Hello everyone,
I am pretty new to xsl-fo and fop, so I would appreciate a little help.
We have an application that generates multiple reports as a single document using apache fop 0.20.5.
Every single report within this document should have pagination in form of in its static content.
My problem is that there cannot be more than one ref-id with same name in a single document, and final result should be a single document with multiple page sequences like:1/3, 2/3, 3/3, 1/4, 2/4, 3/4, etc...
Is there any solution to this problem???
I am pretty new to xsl-fo and fop, so I would appreciate a little help.
We have an application that generates multiple reports as a single document using apache fop 0.20.5.
Every single report within this document should have pagination in form of
Code: Select all
<fo:page-number/>/<fo:page-number-citation ref-id="lastPage>
My problem is that there cannot be more than one ref-id with same name in a single document, and final result should be a single document with multiple page sequences like:1/3, 2/3, 3/3, 1/4, 2/4, 3/4, etc...
Is there any solution to this problem???