Subject: RE: the last substring
From: yan bai <bytj@xxxxxxxxx>
Date: Mon, 19 Nov 2001 06:24:33 -0800 (PST)
|
Thank you all, gurus. All the methods you suggested
works. Currently, I used a
"substring-after(substring-after(substring-after('text_string_here',
'.'),'.'),'.')" since it is sure that there are only 3
dots.
Yan
--- Oleg Tkachenko <olegt@xxxxxxxxxxxxx> wrote:
> Hello yan bai!
>
> Recursive substring-after() ?
>
> ---
> Oleg Tkachenko,
> Multiconn International, Israel
>
> > -----Original Message-----
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On
> Behalf Of yan bai
> > Sent: Friday, November 16, 2001 11:29 PM
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: the last substring
> >
> >
> > I have an element like:
> > <elem>xxxxx.xxxxx.xxxx.1234</elem>
> >
> >
> > I know substring-before() will read the value
> before
> > the first '.'.
> >
> > I wonder how I can read the value after the last
> '.',
> > namely 1234.
> >
> > Thanks.
> >
> > Yan
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Find the one for you at Yahoo! Personals
> > http://personals.yahoo.com
> >
> > XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
> >
>
>
> XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
>
__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: Variable with node list..., (continued)
- Jörg Heinicke - Fri, 16 Nov 2001 16:20:45 -0500 (EST)
- Oleg Tkachenko - Fri, 16 Nov 2001 16:26:58 -0500 (EST)
- yan bai - Fri, 16 Nov 2001 16:28:25 -0500 (EST)
- Oleg Tkachenko - Fri, 16 Nov 2001 16:47:09 -0500 (EST)
- yan bai - Mon, 19 Nov 2001 09:24:08 -0500 (EST) <=
- Jörg Heinicke - Fri, 16 Nov 2001 16:57:42 -0500 (EST)
- yan bai - Fri, 16 Nov 2001 17:10:41 -0500 (EST)
- Francis Norton - Sat, 17 Nov 2001 11:43:31 -0500 (EST)
- Steve Ball - Sun, 18 Nov 2001 22:50:32 -0500 (EST)
|
|