I seem to recall that the fo:block wrap-option="wrap | no-wrap" attribute works in cells.
> -----Original Message----- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Friday, May 03, 2002 4:12 PM > To: [EMAIL PROTECTED] > Subject: Re: How do I stop table cell wrapping? > > > John Bourke wrote: > > 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