Re: Understanding xsl:key

Subject: Re: Understanding xsl:key
From: "Heiner de Wendt" <H.dewendt@xxxxxxxxx>
Date: Mon, 21 Aug 2000 11:17:49 +0200
Hello,

Jeni and everyone else, big thanks for the help. I've understood the 
beast now, I think ;-)

I have one last problem with it, though. If I use, e.g.,

<xsl:apply-templates select="key('test','Pattern Hatching')"/>

this selects all my appropriate nodes with "Pattern Hatching" as
contents. But if I wanna select all nodes in which the word "Pattern" 
appears, I don't know how to do it. I've tried 
"key('test',contains(.,'Pattern'))" and some other things like that, 
but I don't get it to work.

Big thanks again,

Heiner


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


Current Thread