Re: [xsl] url query works with mozilla; not IE

Subject: Re: [xsl] url query works with mozilla; not IE
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 3 Jul 2003 12:32:44 +0100

> a way to accurately detect which whitespace characters(types?)
> are responsible and incorporating them in translate()?

there are only 4 white space characters, 9, 10, 13 and 20 so you can
just translate them all away or use normalize-space() 

But if there are white spaces in your variable, you must have put them
there, either from the stylesheet or by copying them from the
source. How did you define the variable?

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread