Guys is there a way to stop cells in a table wrapping the text to the next line and simply cutting the data if it's longer than the cell width? I would think there may be some kind of attribute to do this?
You probably want to use the overflow="clip" property too, unfortunately, it isn't implemented yet in FOP. You'll have to clip at the XSLT level. There are various apporaches in the XSL list archive.
J.Pietschmann
