xsl-list
[Top] [All Lists]

Re: [xsl] String manipulation XSLT 1.0

2010-09-24 05:37:40
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(_dot_)c(_at_)thomsondigital(_dot_)com> 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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--