This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]