[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]

Reply via email to