>I had attached one .TXT file.in my last e-mail
The code sample you sent is OK.
A remark :
"org.apache.fop.apps.Driver"  : this is the FOP driver
"Class.forName("org.w3c.dom.svg.SVGDocument");" loads the SVGDocument 
class. It might be used by FOP to render SVG (vector) graphics. I don't 
see why it is helpful to write this line here.

As John said it before, you must determine what takes time and memory : 
XSLT transformation or PDF rendering. While rendering, it is difficult to 
know what happens, but you should try to desactivate charts and see what 
happens. If your charts are SVGs, you should try plainer shapes.

Mathieu.



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

Reply via email to