RE: [xsl] remove white space

Subject: RE: [xsl] remove white space
From: "Kevin Bird" <kevin.bird@xxxxxxxxxxxxx>
Date: Wed, 22 Sep 2004 20:21:40 +0100
Hi Mark

Use the normalize-space() function.

Dave Pawson's FAQ has some examples.

http://www.dpawson.co.uk/xsl/sect2/newline.html

Regards.

--
Kevin


-----Original Message-----
From: Mark Williams [mailto:mark@xxxxxxxxxxx] 
Sent: 22 September 2004 19:39
To: XSL-List
Subject: [xsl] remove white space

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