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 overflows the
number of fo:table-columns specified for the table. (See position -1:-1)

report_1407733383988.fo
http://apache-fop.1065347.n5.nabble.com/file/n41053/report_1407733383988.fo  



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Formating-issue-with-fop-tp41053.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



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 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 overflows the
 number of fo:table-columns specified for the table. (See position -1:-1)

 report_1407733383988.fo
 
 http://apache-fop.1065347.n5.nabble.com/file/n41053/report_1407733383988.fo
 



 --
 View this message in context:
 http://apache-fop.1065347.n5.nabble.com/Formating-issue-with-fop-tp41053.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




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 fix. :(



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Formating-issue-with-fop-tp41053p41055.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



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 only for
convenience, you can use the one you are familiar with.

2014-08-11 11:00 GMT+02:00 rushabh rushabh.ajm...@igate.com:
 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 fix. :(



 --
 View this message in context: 
 http://apache-fop.1065347.n5.nabble.com/Formating-issue-with-fop-tp41053p41055.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




-- 
pascal

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