xsl-list
[Top] [All Lists]

Re: [xsl] String manipulation XSLT 1.0

2010-09-23 22:04:08
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>
--~--