You can also use different xslt processors. I'm using xsltproc. Question - what is better. FOP or xsltproc? (for xsl processing of course)
-----Ursprüngliche Nachricht----- Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Februar 2007 16:31 An: [email protected] Betreff: [SPAM] Re: Exception in thread "main" java.lang.OutOfMemory Error Instead of: fop -xsl test.xsl -xml test.xml -pdf test.pdf you do: fop -xsl test.xsl -xml test.xml -foout test.fo and then fop -fo test.fo -pdf test.pdf On 16.02.2007 16:22:06 Krishna.Cherla wrote: > > Hello, > > I tried the process again after I upgraded the FOP version to 0.93. But > it still gives me the same error though i increase the memory. > How do I seperate the XSLT process from the FO formatting ?Thanks for > all the help being rendered. > > Sindhu Jeremias Maerki --------------------------------------------------------------------- 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]
