This is the mail archive of the xsl-list@mulberrytech.com 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: Grouping and Sorting on value inside group


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


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