Hi Team,
I am K.N.B.Deepthi from an MNC. We have a requirement for converting XSL-FO to 
PDF. Currently we are using FOP 0.95. We are facing problem with nested 
<fo:table>'s with current version. The exception that we are getting is:
Caused by: org.apache.fop.fo.ValidationException: Error(73/15): column-number 
or number of cells in the row overflows the number of fo:table-column specified 
for the table.
 
Sample code:
<fo:table>
<fo:table-column width="30mm">
<fo:table-column width="30mm">
<fo:table-row>
<fo:table-cell><fo:block></fo:block></fo:table-cell>
<fo:table-cell>
<fo:table>
....
</fo:table>
</fo:table-cell>
</fo:table-row></fo:table>
.......
</fo:table>
 
Another problem we are facing is that we have a requirement of wrapping text 
around images. I would like to know if It can be implemented by <fo:float> with 
dynamically created .fo file from our application. And also whether FOP 0.95 
implements Float objects or not. Please help me in this regard.
 
Thanks,
Deepthi.


      Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

Reply via email to