Re: [xsl] Stripping white space

Subject: Re: [xsl] Stripping white space
From: "Manfred Staudinger" <manfred.staudinger@xxxxxxxxx>
Date: Fri, 30 Mar 2007 20:00:38 +0200
David, You can obviously read a message not even transmitted ! :-) Thanks,

Manfred

On 30/03/07, David Carlisle <davidc@xxxxxxxxx> wrote:


> On 30/03/07, David Carlisle <davidc@xxxxxxxxx> wrote:
> >
> >
> > > select="substring-after(normalize-space(.),',')"/>
> >
> > what you want there is
> >
> > select="normalize-space(substring-after(.),',')"/>
> >
>

yes I did, did you have a comment? :-)

As is obvious when I saw your reply (but not apparently when I wrote the
original) I swapped the function names but not their arguments, so that
should have been

select="normalize-space(substring-after(.,','))"/>

David

Current Thread