Re: [xsl] Grouping and Sorting on value inside group

Subject: Re: [xsl] Grouping and Sorting on value inside group
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 12 Jun 2002 19:00:49 +0100
Hi,

>> so <xsl:key name="dataset" match="dataset" use=" 'all' "/>
>> and key("dataset", " 'all' ") 
>> doesn't work?

Just to point out that this is equivalent to:

<xsl:variable name="dataset" select="//dataset" />

and:

  $dataset

(It would be a good idea to step down to the dataset elements rather
than using the descendant axis, of course.)
  
Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


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


Current Thread