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

Subject: [xsl] Is there a direct phrase to access to the string of the last ','
From: "Yang" <sfyang@xxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 09:25:50 +0800
Hi,

I have to filter out  the string after the last ','  from a  set input
string data ,

for example <data>a.b.abc</data>
                   <data>c.de.f</data>
                    <data>st.uvw.xy</data>
                   ...

results:  abc , f,xy...
                  ..

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?

Thanks in advance.

Sun-fu Yang

sfyang@xxxxxxxxxxxxx
UniSvr Information Co.




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


Current Thread