Re: [xsl] Contents overflow in table cell ?

Subject: Re: [xsl] Contents overflow in table cell ?
From: "Jonny Pony" <jonnypony666@xxxxxxxxxxx>
Date: Wed, 17 Dec 2003 13:21:22 +0000
Hi,

That sounds like a bug in software not a problem with XSL-FO ... text in a table cell is in a block so is supposed to wrap and create new lines when it reaches the end-edge of the table cell. You don't mention any use of properties to prevent wrapping, so that would point to a problem in the implementation you've chosen to use.

My text is usually a long single word. I'm using FOP 0.20.5

  <table-cell>
    <block-container overflow="hidden">
      <block white-space="nowrap">Example with a lot of
      text that is specified not to wrap in order to
      illustrate clipping</block>
    </block-container>
  </table-cell>

Going to try that. But last time I used a block-container in a table-cell it didn't work


Thanks
jonny

_________________________________________________________________
FreeSMS abräumen mit dem MSN Messenger - der Countdown läuft! http://messenger-mania.msn.de Jetzt mitmachen und gewinnen!



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread