On Wed, Dec 05, 2001 at 11:48:31AM +0100, Jirka Kosek wrote: > Giuseppe Greco wrote: > > > For instance, I want just to specify that an <entry> > > element with the property "role" set to "tablehead" > > shuld be bold, and keep the rest of the properties as > > defined by the default DSSSL stylesheet. > > You can use following markup to mark whole row as a table header:
> <thead> > <row> > ...header entries... > </row> > </thead> ... but that will not address cases when one wants row headers in addition to column headers. Note: I have worked on a table model which should address this, which I'll make available in the AlcoveBook CVS when I get some time. The basic idea is to allow sub-rows inside rows, with row headers spanning the sub-rows. It really helps when you need to modify such tables - no more bookkeeping of "morerows" by hand. For now, implemented as an XML DTD, and a dsssl stylesheet that transforms those tables into CALS. -- Yann Dirson <[EMAIL PROTECTED]> http://www.alcove.com/ Free-Software Engineer Ing�nieur Logiciel-Libre Free-Software time manager Responsable du temps Informatique-Libre Debian GNU/Linux developper <[EMAIL PROTECTED]>
