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: Is there a direct phrase to access to the string of the last ','


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


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