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: variables/parameters in match of xsl:key, 'ends-with'


> 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


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