Subject: RE: Grouping and Sorting on value inside group
From: "Hunsberger, Peter" <Peter.Hunsberger@xxxxxxxxxx>
Date: Wed, 12 Jun 2002 14:01:38 -0500
|
>>> 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
>
Jeni,
now we are going in circles :-) I had asked if there was a way to eliminate
the use of //dataset/*/* in my code. That had in turn led to the key 'all'
solution...
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|