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? Which way round the two tests should go (contains
> first or substring-after first) probably depends on the XML source -
> you might try both.

Except that it fill fail whenever 'find' is also present in the middle of
the 'source' - you cannot force substring-after() to look for the last
occurrence.

Regards,
Nikolai Grigoriev

RenderX


 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]