RE: Understanding xsl:key

Subject: RE: Understanding xsl:key
From: "Heiner de Wendt" <H.dewendt@xxxxxxxxx>
Date: Mon, 21 Aug 2000 16:51:46 +0200
Hello,

> <xsl:key name="test" match="title" use="substring-before(name, ' ')"/>
> will create 
> node		key value
> title[1]	'Design'
> title[2]	'Pattern'
> title[3]	'Building'
> 
> I assume though I haven't tried it.

I have done something similar, which was working fine. But I wanted 
to know how to do it with the key() function, and that's what I don't 
get working.

Thanks anyway,

Heiner


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


Current Thread