> -----Original Message----- > From: srinivasan krishnamurthy [mailto:[EMAIL PROTECTED] > > I Get the following warnings when i run Apache FOP > ---------------------------- > [INFO] area contents overflows area in line > [INFO] area contents overflows area in line > [INFO] area contents overflows area in line > [WARNING] Some static content could not fit in the > area. > -------------------------------- > I guess it is a problem with the XSLT that i am > using.How do i fix it.Please let me know. >
Could be all sorts of different things... I guess, if you really need to do away with these warnings - they don't necessarily have an impact on the printed layout; have you checked? - a first step would be to go looking for table-cells or block-containers with content that, in the end, turns out to be a bit too wide to fit in the specified dimensions... and since the warning indicates it has sth to do with a static content, you might get away with it by just modifying the dimensions of the region-before or region-after. Hope it helps, Greetz, Andreas Delmelle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
