On Sat, 2001-11-10 at 06:09, Branham, Paul wrote:
> Would it be possible to show a small example of how this is accomplished?
>
> FOP and SVG are looking to be a good alternative to our current reporting
> solution, but the current difficulty we are having is that I can't print out
> large reports.
well, instead of using just a single fo:page-sequence, you use more than
one. ie:
<fo:root>
.
.
.
<fo:page-sequence master-name="x">
<fo:flow flow-name="xsl-region-body">
...
</fo:flow>
</fo:page-sequence>
<fo:page-sequence master-name="x">
<fo:flow flow-name="xsl-region-body">
...
</fo:flow>
</fo:page-sequence>
</fo:root>
Each page-sequence will start on a new page.
Cheers
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]