Thanks for the info.

I am now able to work around the problem by moving the id to the first
<fo:block> on the table row.  Now works great,  just need to find a way to
print large reports ( > 100 pages) in reasonable amounts of memory.




                                                                                 
                    Keiron Liddle                                                
                    <keiron@aftexs       To:     [EMAIL PROTECTED]          
                    w.com>               cc:                                     
                                         Subject:     Re: Fop crashes when using 
                    15/10/2001            too many id's ??????                   
                    05:26 PM                                                     
                    Please respond                                               
                    to fop-dev                                                   
                                                                                 
                                                                                 




The problem is the messy way that id's are handled.
An id is on a table row. The id is first configured for a particular page
then the table row (along with the id) is removed from the page. Then the
table row is added to the next page and the id is placed without
configuring the id, this then causes a problem.

On Mon, 15 Oct 2001 05:38:16 [EMAIL PROTECTED] wrote:
> I've been testing using the Outline extension to produce nice PDF
> management reports with the outline showing level breaks ( a bit like
> Crystal reports).
>
> This works well in principle but as soon as the file gets over a certain
> size or has too many 'id' attributes (I don't know which) FOP crashes.
> Without the 'id' attributes it works fine.
>
> I have attached a sample and the error log.  The sample has a small
> section
> marked.  If you remove the section FOP will convert  to PDF OK.
>
> I looked at the source to see if I could work out the problem,  but it is
> a
> bit beyond my skill level.
>
> I'm using FOP 0.20.1 but get the same in 0.20.2
> Trev

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






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

Reply via email to