Hi Ari,
The location is directly given by the log and it is relative to XSL-FO
(not XSLT):
"location 17/54" means "line 17, char 54".
If you are in a XML to PDF complete process (Xalan making XML to XSL-FO
transfo, and FOP making XSL-FO to PDF generation), you have to catch
yourself intermediate XSL-FO.
That can be done by calling Xalan then Fop separately.
HTH,
Pascal
Ari Army a écrit :
i get a result from fop:
$ fop page.fo page.pdf
Jan 7, 2010 5:19:29 PM org.apache.fop.layoutmgr.PageBreakingAlgorithm updateData
WARNING: Part/page 0 overflows the available area in block-progression
dimension. (fo:static-content, location: 17/54)
Can i figure out by location where the error is?
I have quite a few elements on the page which are defined by heights
and not sure which one's content is overflowing.
Thanks,
Arian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]