XSL FO: Force wrapping on tables
Posted: Thu Jan 06, 2011 12:38 am
I'm having an issue where when I publish my modspecs to pdf (XSL-FO), I'm getting problems where a word in a column entry would overrun it's cell. The problem lies in the fact that the 'word' itself is wider than the width of the table column. This is because the modspec uses xrefs (e.g. [TableName].[TableColumn]). So my question: Is there away to force a wrap on the text (and break the word to 2 ore more lines) if the word exceeds the column width?
<row>
<entry>Code</entry>
<entry>Textbox</entry>
<entry><xref linkend="EMPLOYEES_STATUS"/>.CODE</entry>
<entry>True</entry>
</row>
(The 3rd entry goes beyond table column width)
<row>
<entry>Code</entry>
<entry>Textbox</entry>
<entry><xref linkend="EMPLOYEES_STATUS"/>.CODE</entry>
<entry>True</entry>
</row>
(The 3rd entry goes beyond table column width)