I usually ran into this message when I had a row with no cells or a cell 
with no content.  For example, my original code had some of these:

<fo:table-cell/>

This is no good.  I either removed the cell (but be careful you don't 
leave an empty row) or changed the xsl to:

<fo:table-cell><fo:block/></fo:table-cell>

I also ran into a similar issue when I had a table body with no rows in it 
due to an empty for loop.

-Lou

bonekrusher <[EMAIL PROTECTED]> wrote on 02/21/2008 08:44:10 AM:

> 
> Hi,
> 
> I am currently updating my xsl-fo to comply with FOP 0.94. I am 
receiving
> this error:
> 
> WARNING: Mismatch: table-cell (http://www.w3.org/1999/XSL/Format) vs.
> table-row
> (http://www.w3.org/1999/XSL/Format)
> Feb 21, 2008 8:40:31 AM org.apache.fop.fo.FOTreeBuilder$MainFOHandler
> endElement
> 
> What does this mean?
> 
> Also, the error doesnt list a line number. Is there a function to have 
line
> numbers displayed where the error is found? My Fo has approx 25,000 
lines...
> this very difficult to troubleshoot without numbers.
> 
> Thanks for the help.
> 
> Bones
> 
> -- 
> View this message in context: http://www.nabble.com/mismatch%3A-
> table-cell-vs.-Table-row-tp15611734p15611734.html
> Sent from the FOP - Dev mailing list archive at Nabble.com.
> 

Reply via email to