Formating issue with fop

2014-08-11 Thread rushabh
Hi, I have been using apache fop 1.0 I am facing this issue of formating with two-three reports . But i am not able to resolve the issue . here i have attched one fo document. Please can you suggest me how to resolve such isssue. error :- The column-number or number of cells in the row

Re: Formating issue with fop

2014-08-11 Thread Luis Bernardo
That file is truncated. Can you provide another copy? But the message means that for a given row you added more columns (fo;table-cell) than the number you specified before in fo:table-columns. On Mon, Aug 11, 2014 at 7:49 AM, rushabh rushabh.ajm...@igate.com wrote: Hi, I have been using

Re: Formating issue with fop

2014-08-11 Thread rushabh
Hi, The FO file is generating truncated only. I think this might be due to formatting error occured while transformation. But here i want to add something that, I am migrating from XEP to FOP. In XEP it's working fine. Whereas in FOP it doesn't . So i am able to locate the error in xsl file to

Re: Formating issue with fop

2014-08-11 Thread Pascal Sancho
Hi, Your XSL-FO snippet is not very usefull, since truncated. FOP job comes after the XSLT transformation. You should pay attention on the XSLT process. As you used XEP before, you may take the XSL-FO sent to XEP and feed directly FOP with it. Note: the FOP package comes with Xalan, but this is