|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] sorting and grouping - ca, Trevor Nash | Thread | RE: [xsl] sorting and grouping - ca, Andreas Waechter |
| Re: [xsl] sorting and grouping - ca, Trevor Nash | Date | RE: [xsl] Is this about grouping ?, Michael Kay |
| Month |