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


>>> 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


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