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
If you send us a small snippet of your it'll help. Send us just enough to give us an idea of what you're doing, although you should test it by running it through FOP to make certain it has the same problem.
One thing to remember, is that all table-cell elements must have <fo:block>yata yata</fo:block> as a child element. In addition, they musts also include fo:table-column, and all the normal stuff that's required.
Web Maestro Clay -- <[EMAIL PROTECTED]> - <http://homepage.mac.com/webmaestro/> My religion is simple. My religion is kindness. - HH The 14th Dalai Lama of Tibet
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
