Usually, when I encountered "mismatch" issues like this, it was due to my 
regions being out of order.  The spec requires specific ordering of your 
regions - for example, the fo:region-body must come before the other 
fo-regions.  Older versions of FOP didn't complain about the ordering, but 
the newer versions produce an error.

Also, make sure you don't have any <fo:table-row/> 's lying around.  I ran 
into some of these and they can be hard to spot.  Try grep'ing through 
your file for "/>" to see if you have this.

If all else fails, and your XML is small, post it and I can take a look.

-Lou


<[EMAIL PROTECTED]> wrote on 12/21/2006 10:33:40 AM:

> Thanks for your answer.
> But I cant see how this link should help!? There are some similar 
> messages and examples explained. But there is no really helpful one.
> 
> Regards,
> Leeloo
> 
> 
> 
> [EMAIL PROTECTED] schrieb:
> I also ran into similar issues when I was upgrading from 0.20.3 to 0.91. 

> Check out 
> http://wiki.apache.org/xmlgraphics-fop/Troubleshooting/CommonLogMessages 

> for some help - it's usually a basic XSL error due to validation.
> 
> -Lou
> 
> 
> 
> wrote on 12/21/2006 10:07:00 AM:
> 
> > Trying to convert an FO-File which was generated by FOP 0.92beta to 
> > an PDF just stopped with following Error Message:
> > javax.xml.transform.TransformerException: org.apache.fop.fo.
> > ValidationException: file:///test/test.fo:1:43655: Error(1/43655): 
> > fo:table-row is missing child elements. 
> > Required Content Model: (table-cell+)
> > 
> > I can't find any fo:table-row in FO-File which missed a fo:table-
> > cell. I think everything is alright. Using FOP 0.20.5 converting the
> > XML to PDF -> it works fine.
> > 
> > Trying to convert the XML directly to PDF using FOP 0.92beta, I got 
> > some additional WARNINGS:
> > Mismatch: table-row (http://www.w3.org/1999/XSL/Format) vs. block (
> > http://www.w3.org/1999/XSL/Format)
> > Mismatch: table-row (http://www.w3.org/1999/XSL/Format) vs. flow (
> > http://www.w3.org/1999/XSL/Format)
> > Mismatch: table-row (http://www.w3.org/1999/XSL/Format) vs. 
> page-sequence (
> > http://www.w3.org/1999/XSL/Format)
> > Mismatch: table-row (http://www.w3.org/1999/XSL/Format) vs. root (
> > http://www.w3.org/1999/XSL/Format)
> > 
> > 
> > Any suggestions?
> > 
> > Best regards,
> > Leeloo
> > Yahoo! Messenger - kostenlos* mit Familie und Freunden von PC zu PC
> > telefonieren . 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

> 
>  Der neue Internet Explorer 7 in deutscher Ausführung ist da !

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

Reply via email to