> -----Original Message-----
> From: Frans Englich 
> 
> I have a set of informal tables where I want to insert some kind of
> separator between two sets of rows. Visually in the case of XHTML, it
> would be just fine if a horizontal line between these two sets of rows
> was made bold.
> 
> What would achieve that? Using @rowsep on <row/> seemed to have no
> effect. Should I instead use <tgroup/>s? But that make little sense,
> because the same table footer and head applies to the two 
> sets of rows;
> I just want to mark the rows into two groups, not separate tables.


Using @rowsep does work if you turn on the table.borders.with.css parameter.
See http://www.sagehill.net/docbookxsl/Borders.html.

You could also use a processing instruction to set @class on the row and
style it with CSS. See
http://www.sagehill.net/docbookxsl/CSSTableCells.html.

Mauritz



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to