|
|
|
|
|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Stripping white space
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
|
| |
© 2002-2008 SyncRO Soft Ltd. All rights reserved.
| Sitemap | Privacy Policy This website was created & generated with
<oXygen/> XML Editor |
|
|
|
|
|
|