[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] String manipulation XSLT 1.0


Subject: Re: [xsl] String manipulation XSLT 1.0
From: Emmanuel Bégué <emmanuel.begue@xxxxxxxxx>
Date: Fri, 24 Sep 2010 12:37:28 +0200

What do you mean "all spaces"? It only removes leading and trailing
spaces, and duplicate spaces, but it will leave a space between two
non-space characters if there was at least one...

Regards,
EB


On Fri, Sep 24, 2010 at 5:03 AM,  <pankaj.c@xxxxxxxxxxxxxxxxxx> wrote:
>>Did you try using normalize-space() on the result of replace? That
>>should remove the trailing space.
>
> normalize-space() won't be helpful here as it will remove all spaces and I
> need to remove space from the last initial.
>
> Thanks anyway.
>
> Pankaj


Current Thread