On 15.01.2007 19:08, Andreas L Delmelle wrote:
> On Jan 15, 2007, at 17:15, Michael Bruns wrote:
>
> Hi,
>> <snip />
>> Hmmm...I would really like to provide you some examples, but I couldn't
>> figure out *what* exactly causes the crashes, yet.
>
> My best guess is that it's a table with too many cells in one row (more
> than there are columns)...
>
> Do your tables use implicit or explicit columns and/or column-widths?
> Do you use rows or do you specify 'starts-/ends-row' on the cells?
Thanks Andreas, that hint finally showed me my mistake :-) You were
right, I accidentally created a row with too many columns. Anyway, I
still think throwing an exception isn't the desired behaviour, is it?
Here's a snippet to reproduce it:
<fo:table>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block/>
</fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell>
<fo:block/>
</fo:table-cell>
<fo:table-cell>
<fo:block/>
</fo:table-cell>
<fo:table-cell>
<fo:block/>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
What's strange, too: The first row has just one cell, and everything
works fine if the second row has two (!) cells. Adding a third cell to
the second row causes the exception.
Thanks again for your help, Jeremias, Andreas and "J." :-)
Cheers,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]