Re: [xsl] sorting and grouping - can't get it to work

Subject: Re: [xsl] sorting and grouping - can't get it to work
From: tcn@xxxxxxxxxxxxx (Trevor Nash)
Date: Mon, 02 Jul 2001 10:10:08 GMT
I wrote:

> You will need to say select="xx:node-set($var)"
>instead of just select="$var"

Advice which I seem to have forgotten by the time I wrote

>Change this to
>    <xsl:for-each select="$var/item[position() mod 2 = 1]">

Which should of course be
      <xsl:for-each select="xx:node-set($var)/...

Trevor Nash

--
Traditional training & distance learning,
Consultancy by email

Melvaig Software Engineering Limited
voice:     +44 (0) 1445 771 271 
email:     tcn@xxxxxxxxxxxxx

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


Current Thread