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]

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


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@unisvr.net.tw
UniSvr Information Co.




 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]