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] | [List Home]


Subject: Re: [docbook-apps] Support for sortable HTML tables?


On Wed, Jan 10, 2007 at 08:29:41AM +0000, W. Borgert wrote:
> Many thanks, this seems to work well! My customisation is now:
...
>   <xsl:template match="tgroup[../../*[@role='sortable']]" >

This seems to select neighbouring tables, too. I changed the
line to:

<xsl:template match="tgroup[parent::*[@role='sortable']]">

which worked with xsltproc.

Cheers,
-- 
W. Borgert <debacle@debian.org>, http://people.debian.org/~debacle/


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