Can you please provide me with the solutions??? GangadharAthi wrote: > > Hi Deepthi... > > This is gangadhar...I am also facing the same issue..we are upgrading to > 95 from 0.20.5. things working fine with 20.5 are not working with fop > 0.95. Can you please mail me the solution for some problems like > table-body missing child elements, table-header missing child > elements..and columns overflow the number of cells..? > > My email id: [email protected] or [email protected] > > Thanks...your help is highly appreciated.. > > k deepthi wrote: >> >> 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 >> > >
-- View this message in context: http://old.nabble.com/Problem-with-nested-%3Cfo%3Atable%3E%27s-using-FOP-0.95-tp25166976p28114468.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
