Jeremias Maerki a écrit : > Sorry, I wasn't aware of that. I have trouble keeping up lately.
That's ok, just wanted to be sure we were on the same track. > I guess you're welcome to throw a ValidationException when strict > validation is on and fixed table layout is in use. Something like that, yes. We would then have two methods of iterating over tables: one fast, memory-efficient relying on columns specifications, and one slow, memory-consuming parsing the entire table before doing anything else. Vincent > > On 23.03.2007 12:30:02 Vincent Hennebert wrote: >> Jeremias, >> >>> Author: jeremias >>> Date: Fri Mar 23 02:19:04 2007 >>> New Revision: 521640 >>> >>> URL: http://svn.apache.org/viewvc?view=rev&rev=521640 >>> Log: >>> Avoid an IndexOutOfBoundsException when more columns are used than are >>> specified even though this is illegal with fixed table layout. >> What about our recent discussion on this topic? >> http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200703.mbox/[EMAIL >> PROTECTED] >> >> In the testcase you provided we would then rather raise a validation >> exception. >> >> Vincent > > > > Jeremias Maerki >