Re: HELP HELP HELP PERFORMANCE !!!!

2003-04-09 Thread Xavier Prélat
Have you tried to process your XML file with Xalan before , to know which one from Xallan or Fop crashes ?? Your .fo file may be pretty big.with a 2Mo xml file...depending of your xsl document. Xalan loads all document before processing so maybe it's a good idea to increase jvm heap

outputting .fo file

2003-02-07 Thread Xavier Prélat
Hi, Is there any ways to access (edit,save,etc) the .fo file (generated by FOP?) while printing (e.g:from command line : fop -xml file.xml -xsl file.xsl ...) or should I have to use Xalan (or XSLT processor..) to do it ?? I guess Fop invokes Xalan to do this but can I get them directly???