Next in thread → Next in month →

RE: [docbook-apps] Separator in informal table

From
Mauritz Jeanson <>
Date
2008-06-07T19:05:02+00:00
ID
000101c8c8d1$609cfbc0$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] Separator in informal table
> -----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
Next in thread → Next in month →