[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Table Header Column Formatting
Hi,
I presume you are asking about printed output, not
HTML output.
There is a named template that handles the format
properties on each table cell, and another to apply format properties to the
fo:block inside each cell. These are described in these two sections of my
book:
You could customize these using additional xpath
selectors. The existing template uses "ancestor::thead" to test for
table header cells. You could use "count(preceding-sibling::entry) = 0" to
detect first cells in each row.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]