Subject: Re: 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 |
- RE: Grouping and Sorting on value inside group, (continued)
- McNally, David - Wed, 12 Jun 2002 12:55:20 -0400 (EDT)
- TSchutzerWeissmann - Wed, 12 Jun 2002 13:04:06 -0400 (EDT)
- Hunsberger, Peter - Wed, 12 Jun 2002 13:48:20 -0400 (EDT)
- Jeni Tennison - Wed, 12 Jun 2002 14:10:00 -0400 (EDT) <=
- Hunsberger, Peter - Wed, 12 Jun 2002 15:13:41 -0400 (EDT)
- Hunsberger, Peter - Wed, 12 Jun 2002 15:59:47 -0400 (EDT)
|
|