Re: [xsl] help with normalize-space()

Subject: Re: [xsl] help with normalize-space()
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 2 Aug 2005 10:46:57 +0100
>  But as the handset parser doesnt support this, I
> have to use: xmlns:xsl="http://www.w3.org/TR/WD-xsl";.
> And the normalize-space function is not recognized.

That is an entirely different (microsoft-only) language
only vaguely related to xslt that was in msxml2 and supproted for
compatibility in msxml3 and not supported at all in msxml4.

If you are really stuck with such an old parser, then you can not use
xslt or xpath. The usual way of doing anything in "wd-xsl" was to use its
mechanisms for escaping to javascript and doing the computation or
string handling there.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread