xsl-list
[Top] [All Lists]

Re: [xsl] Occurences of comma-separated values

2006-07-29 09:11:13
On 7/29/06, Mukul Gandhi <gandhi(_dot_)mukul(_at_)gmail(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--