Re: [xsl] remove white space

Subject: Re: [xsl] remove white space
From: "Anton Triest" <anton@xxxxxxxx>
Date: Wed, 22 Sep 2004 21:22:27 +0200
> Is there any easy xslt function for removing white space in an element other
> than strip-space.  I have an element which contains urls, some of which have
> white space in the middle of the url.  Strip-space won't help with this.

translate($string, ' ', '') will remove all spaces from $string

HTH,
Anton

Current Thread