RE: [xsl] variables/parameters in match of xsl:key, 'ends-with'

Subject: RE: [xsl] variables/parameters in match of xsl:key, 'ends-with'
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 10 Jan 2001 09:54:49 -0000
> Hmm... I wonder if:
> 
>   contains(source, find) and not(substring-after(source, find))
> 
> would be any faster [to implement ends-with(source, find)]? 

It might be faster but it's wrong.

Try ends-with("Tennison", "n")

Mike Kay

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


Current Thread