What about if I change it to feed the XML information instream instead of from a file. Would this fix the current memory problem?
Paul Branham [EMAIL PROTECTED] 24/7 Media, Inc. Phone:(301)897-7722 -----Original Message----- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 11:20 PM To: [EMAIL PROTECTED] Subject: RE: FOP memory usage 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]