Re: [xsl] remove white space

Subject: Re: [xsl] remove white space
From: Josh Canfield <joshcanfield@xxxxxxxxx>
Date: Wed, 22 Sep 2004 12:49:43 -0700
How about normalize-space()?
http://www.w3.org/TR/xpath#function-normalize-space

Josh

On Wed, 22 Sep 2004 19:38:53 +0100, Mark Williams <mark@xxxxxxxxxxx> wrote:
> Hi,
> 
> 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.
> 
> Thanks,
> 
> Mark Williams

Current Thread