Just accidently, if i have a fo:block before
fo:table-cell, then I'm getting the error
java.lang.ClassCastException
org.apache.fop.apps.FOPException:
java.lang.ClassCastException
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111)
The sample code is here..
<fo:table table-layout="fixed"
inline-progression-dimension="auto" border="0.015mm
solid black">
<fo:table-column column-width="87mm"/>
<fo:table-column column-width="87mm"/>
<fo:table-body>
<fo:table-row height="10mm">
<fo:table-cell border-right-style="solid"
border-right-width="0.015mm">
<fo:block>Row1 column1</fo:block>
</fo:table-cell>
<fo:block>Row1 column2</fo:block>
<fo:table-cell>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
http://personals.yahoo.com.au - Yahoo! Personals
New people, new possibilities. FREE for a limited time.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]