From: "Torsten Erler" <[EMAIL PROTECTED]>

<snip/>


> Are you running FOP from command line or standalone? Both no -> embedded via org.apache.fop.apps.Driver.run()

oops. I meant to say "command line or embedded"

<snip/>

[INFO] [1]
[INFO] [2]
...
[INFO] [83]
[INFO] [84]
Exception in thread "main" java.lang.OutOfMemoryError
        <<no stack trace available>>


I believe the current FOP code detects infinite loop scenarios if no progress is made after 100 pages, but doesnt look like you quite made it before running out of memory.


<snip/>

fo:

<fo:table-body>
<fo:table-row>
<fo:table-cell number-rows-spanned="100" number-columns-spanned="3">

This is where the problem is. I dont FOP is that great at handling row spaning across multiple pages. Why use a table at all if you are just going to span the whole thing?


Chris

_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger



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



Reply via email to