xsl-list
[Top] [All Lists]

[xsl] table cell value exceeding beyond outer-table width

2009-09-16 10:29:30
Hi,
I am rendering a table which has nested tables in it.

At the topmost level, it is defined as below (a table with 2 columns):

      <fo:table table-layout="fixed" width="100%" padding="3pt">
         <fo:table-column column-width="12cm"/>
         <fo:table-column column-width="12cm"/>
         <fo:table-body > ...

Next, the 2nd column cell in this table is defined as below:

      <fo:table width="95%" padding="3pt" table-layout="fixed">
         <fo:table-column column-width="5cm"/>
         <fo:table-column column-width="7cm"/>
         <fo:table-body >...

Inside this table, the 2nd column cell is again defined as a table with one 
column:

      <fo:table width="7cm">
         <fo:table-column column-width="7cm"/>
         <fo:table-body >...

The value to be shown in this deeply nested cell is not wrapping within table 
boundary.
I have used the "zero-width-space" template to display this cell value.
But, even then the cell value extends beyond the outermost-table width.

What has gone wrong here?

Thanks
arvind

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] table cell value exceeding beyond outer-table width, PATIL Arvind <=