On Apr 14, 2008, at 18:33, Newkid wrote:

Hi
Can anyone explain me in layman language, what could be this issue?


SEVERE: Exception
javax.xml.transform.TransformerException:
org.apache.fop.fo.ValidationException: Error(Unknown location):
fo:table-body is missing child elements.
Required Content Model: marker* (table-row+|table-cell+)

Either your FO contains an empty fo:table-body, or if you use XML +XSLT, your stylesheet generates one. This is not allowed by the XSL- FO Rec, so FOP complains and bails out. Two possible solutions:
a) the cleanest: make sure your FO does not contain empty fo:table-body
b) the most convenient if the XSLT or FO is out of your control: you can set the 'strict-validation' to false in your configuration file



As per the XSD, XML file is a valid file.

In that case the XSD is not entirely waterproof, it seems. Definitely illegal FO.

HTH!

Cheers

Andreas


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

Reply via email to