Re: [xsl] Occurences of comma-separated values

Subject: Re: [xsl] Occurences of comma-separated values
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Sat, 29 Jul 2006 21:41:00 +0530
On 7/29/06, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote:

<xsl:key name="x" match="token" use="." />

If you replace the above line by <xsl:key name="x" match="*" use="." />

it will work as well.

Regards,
Mukul

http://gandhimukul.tripod.com

Current Thread