I have some nested tables, not a problem so far. I was able to get some of the layout I wanted with nested fo-blocks with in my table cells. In some cases I was able to reduce on nested tables in favour of this approach.
Luke ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, April 14, 2005 1:52 PM Subject: Can tables be nested within one another... > I have a difficult table presentation to create and nesting tables within > each other (like in HTML) would cure the layout prolems I am having. I > wish to nest a table within the table-header. I have tried but FOP keeps > blowing up. If I can't do this then it will mean using spans. Since I am > generating the columns dynamically through XSLT, this poses another problem > as I don't know ahead of time (except by performing a node count troughout > the XML document) what ny actual column count is. Spans are not a pretty > solution, but nesting tables is easy... If it will work. I'll keep > plugging away until I hear definitively. > > Thanks, > > Curtis Fisher > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
