RE: [docbook-apps] No border between multiple tgroups in a single cals table for fo output.

From
Mauritz Jeanson <>
Date
2009-02-06T20:27:16+00:00
ID
0CA11DBA5FA24021B25F6BF72FF063C9@D7MZ171J
Thread
RE: [docbook-apps] No border between multiple tgroups in a single cals table for fo output.
|  -----Original Message-----
|  From: Dale Smith
|  
|  Hmm.  Well, the way the code currently is there will never be any
|  border at all between tgroups (unless you customize the stylesheet).
|  And that even if rowsep='1' on the last row a not-last tgroup.
|  
|  My reading of the rowsep attribute is that it applies to the 
|  bottom of
|  each row, except for the last row in a table (not last row in a
|  tgroup), where the frame attribute should be used instead.


Yes, it looks like you may have a point (from looking at
http://oasis-open.org/specs/tm9502.html). But you did not mention rowsep at
all in your original post, so I did not think of that. Tables are tricky
stuff...

Mauritz