Hi Chris, Thanks a lot I was under assumption the <fo:table-header> will display only header of the table. <fo:table-body> will have the content.
The error message that you got is very much informative. But we won't get such a message if we run using fop batch file. How you are executing? Are you using any tools? Thanks and Regards Bhaskar -----Original Message----- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 20, 2006 3:49 PM To: [email protected] Subject: Re: Tag value inside the <fo:table> tag not visible [EMAIL PROTECTED] wrote: > Hi, > > > > I have typical <fo:table> problem. When ever I tried to print tag value, > outside the <fo:table> the value will be displayed. However value won't > be display inside the <fo:table>. I generated the XSL-FO from the XML and XSL files you provided. I then ran the XSL-FO through FOP and got the error: SEVERE: Exception javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: file:///D:/samples/xsl/bhaskar.fo:15:37: Error(15/37): fo:table is missing child elements. Required Content Model: (marker*,table-column*,table-header?,table-footer?,table-body+) this means you have created a table with a header row but no body rows. When I added a table-body with a single row then the values CUSIP and ISIN Number appeared in the table header! <snip/> Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
