This is just a guess, but perhaps you could do a pre-pass using XSL to generate multiple output pages, and then use something like iText[1] to concatenate your output files together.

FOP Resources:
http://xml.apache.org/fop/resources.html

I hope this helps!

Web Maestro Clay

On Jan 9, 2004, at 10:45 AM, Clóvis Wichoski wrote:
Chris Bowditch wrote:

Opening and closing XML tags within different XSL templates is bad practice. You'll need to redesign your XSL stylesheet or run the XSL Transform as a separate process, serialize the resulting FO and then present the FO to FOP.

But with multiple pages like 500 pages the redesign must be in XML source, that need redesign in all XSL too (HTML, PDF, TXT and many others), this cause a rework that I attempted to avoid, and only needed because FOP throubles with memory, this is only a relief.


Thanks for all reply

Clovis



Reply via email to