Oops forgot the closing fo:table-row

<fo:table>
  <fo:table-column width="30mm">
  <fo:table-column width="30mm">
  <fo:table-body>
    <fo:table-row>
      <fo:table-cell><fo:block></fo:block></fo:table-cell>
    </fo:table-row>
  </fo:table-body>
<fo:table>

Marijan (Mario) Madunic
Publishing Specialist
New Flyer Industries


-----Original Message-----
From: Mario Madunic [mailto:mario_madu...@newflyer.com] 
Sent: Wednesday, March 31, 2010 12:38 PM
To: fop-users@xmlgraphics.apache.org
Subject: RE: Problem with nested <fo:table>'s using FOP 0.95

I can give insight into the table

The you are missing a wrapper in your table. The fo:table-body is missing and 
for a table header it is fo:table-header and for a table footer fo:table-footer

<fo:table>
<fo:table-column width="30mm">
<fo:table-column width="30mm">
<fo:table-body>
<fo:table-row>
<fo:table-cell><fo:block></fo:block></fo:table-cell>
</fo:table-body>
<fo:table>

Hope that helps.

Marijan (Mario) Madunic
Publishing Specialist
New Flyer Industries

-----Original Message-----
From: GangadharAthi [mailto:gangadhar...@gmail.com] 
Sent: Wednesday, March 31, 2010 12:30 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Problem with nested <fo:table>'s using FOP 0.95


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: gangadhar...@gmail.com or atilak...@gmail.com

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-tp25166976p28099235.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


--------------------------------------------------------------------
Please consider the environment before printing this e-mail.

CONFIDENTIALITY STATEMENT: This communication (and  any and all information or 
material transmitted with this communication) is confidential, may be 
privileged and is intended only for the use of the intended recipient. If you 
are not the intended recipient, any review, retransmission, circulation, 
distribution, reproduction, conversion to hard copy, copying or other use of 
this communication, information or material is strictly prohibited and may be 
illegal. If you received this communication in error or if it is forwarded to 
you without the express authorization of New Flyer, please notify us 
immediately by telephone or by return email and permanently delete the 
communication, information and material from any computer, disk drive, diskette 
or other storage device or media. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


--------------------------------------------------------------------
Please consider the environment before printing this e-mail.

CONFIDENTIALITY STATEMENT: This communication (and  any and all information or 
material transmitted with this communication) is confidential, may be 
privileged and is intended only for the use of the intended recipient. If you 
are not the intended recipient, any review, retransmission, circulation, 
distribution, reproduction, conversion to hard copy, copying or other use of 
this communication, information or material is strictly prohibited and may be 
illegal. If you received this communication in error or if it is forwarded to 
you without the express authorization of New Flyer, please notify us 
immediately by telephone or by return email and permanently delete the 
communication, information and material from any computer, disk drive, diskette 
or other storage device or media. Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to