Table Question

2003-01-03 Thread Jarrod Stenberg
I noticed that the recent 0.20.5rc began generating an error when you deliver a table-cell that is not first in a table-row. The error is found in TableCell.java of package org.apache.fop.fo.flow, line 101: if (!(parent instanceof TableRow)) { throw new FOPException(A table

Re: Table Question

2003-01-03 Thread Joerg Pietschmann
On Friday 03 January 2003 22:19, Jarrod Stenberg wrote: According to the recommendation a cell can exist as a child of a table-body as well as a table-row Yes, but only the latter is implemented and works. The error message should prevent bad surprises. I also noticed that the recent snapshot,