[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Table formatting challenge


Subject: Re: [xsl] Table formatting challenge
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Jul 2001 15:50:20 +0100

> and get rid of that key().

replace key('colname',@namest) by

ancestor::tgroup[1]/colspec[@colname=current()/@colspec]

(4 times)

and delete

<xsl:key name="colname" match="colspec" use="@colname"/>

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread