OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: How can I modify the default <entry> element?


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:

<table>
  <title>
  <tgroup>
    <thead>
      <row>
        ...header entries...
      </row>
    </thead>
    <tbody>
      ... normal rows ...
    </tbody>
  </tgroup>
</table>

-- 
-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC