[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Character Report Overflow Pages
Subject: [xsl] Character Report Overflow Pages
From: Matt <puskas.duck@xxxxxxxxx>
Date: Tue, 5 Jun 2007 12:32:15 +0100
|
Hi,
I am relatively new to XSLT and have been tasked to create a character
based report which outputs statement data at fixed positions to be
used on pre-printed stationery.
The problem I have is that I have 2 regions firstly a header which
contains customer name and address, and then a detail region
containing transaction information. If the number of transactions
exceed the maximum limit (say 20) then I need to print out the details
on a second page, and repeat the header (name and address).
I believe there is implicit functionality in XSL-FO that can handle
this scenario, has anyone done this with XSLT? Or can point me in the
direction of some examples which do similiar.
Thanks in advance,
|