Hi Chris,

I have a dynamic xml file which has a tag say <STDFG> and this tag
contains the report. Likewise I have 100s of tags. 

If first <STDFG> tag generates says 3 pages of report I need page
numbers like 1 of 3, 2 of 3 and 3 of 3.

If second <STDFG> tag generates says 2 pages of report I need numbers
like 1 of 2 and 2 of 2 and so on.

Also, I need a page break after the each report.

Please help me.
 
Thanks and Regards
Bhaskar K S
Associate Consultant - ITSD ESOL
PrimeSourcing(tm) "Add Value Reduce Risk" 
i-flex solutions limited - Bangalore 
i-flex center, Kundalahalli
Tel. Office: 91-80-57596943
e-mail: [EMAIL PROTECTED]


-----Original Message-----
From: Chris Bowditch [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 04, 2005 4:56 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Resetting PageNumber in a single report

[EMAIL PROTECTED] wrote:

> I need to Reset the page number(i.e. start from 1 again) after the 
> completion of each report.
> 
> Can someone please suggest how to achieve this?"

create a new page-sequence for each report and specify
initial-page-number="1" 
on the page-sequence element.

Chris


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




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

Reply via email to