Re: [xsl] substring after/substring before

Subject: Re: [xsl] substring after/substring before
From: Xmlizer <xmlizer+xsllist@xxxxxxxxx>
Date: Sat, 28 Mar 2009 10:19:44 +0100
If you're on XSLT 2.0 take a look at
http://www.xsltfunctions.com/xsl/functx_substring-before-last.html

Xmlizer

On Sat, Mar 28, 2009 at 9:36 AM, Joga Singh Rawat <jrawat@xxxxxxxxxxxxxx>
wrote:
> Hi List,
>
> Can I spilit a string into two parts by last space as substring-before(., '
>
> '[last()]) is not getting accurate result.
>
>
> Input :
>
> A. B. C. Surname
>
>
> Output:
>
> <fnm>A.</fnm>
>
> <snm>B. C. Surname</snm>
>
>
> Required output
>
> Output:
>
> <fnm>A. B. C.</fnm>
>
> <snm>Surname</snm>
>
>
> Anybody have any clue???
>
>
> Thanks
>
> ...JSR

Current Thread