This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Understanding xsl:key


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]