Subject: Re: remove white space
From: "Mark Williams" <mark@xxxxxxxxxxx>
Date: Thu, 23 Sep 2004 16:31:30 +0100
|
Thanks everyone.
That was exactly what I was looking for.
Regards,
Mark
----- Original Message -----
From: "Josh Canfield" <joshcanfield@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, September 22, 2004 8:49 PM
Subject: Re: remove white space
> 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
|