Passero wrote:
I have this XML that is generated on the fly that i use to create a PDF. Most
of the time it works fine. The generation of the XML is no problem, even
when it's big it works fine. Now i have this XML that is over 4MB and when i try to generate a PDF from it i always get the error i show below.

Hi,

can you try feeding the XSL-FO directly to FOP? In other words, instead of feeding XML+XSL Files to FOP, pass only the XSL-FO File. To generate the XSL-FO File, use a XSLT processor like Xalan on the XML+XSL Files. When feeding the FO File directly to FOP, the underlying error message should become apparent.

<snip/>

Thanks,

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to