Re: [xsl] Is there a direct phrase to access to the string of the last ','

Subject: Re: [xsl] Is there a direct phrase to access to the string of the last ','
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 11:41:05 +0000
Hi Yang,

> I have to filter out the string after the last ',' from a set input
> string data ,
[snip]
> I can use substring-after and substring-before function with
> recursive procedures to get this job done.
>
> However I wonder is there an intelligent way to get what I am trying
> to achieve?

Nope. Recursion with substring-after() and substring-before() is the
intelligent way to do it.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Current Thread