Re: [xsl] Mask * for translate function

Subject: Re: [xsl] Mask * for translate function
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 10 Nov 2005 09:24:48 GMT
translate changes each character in the 2nd argument to the character in
the same position in the 3rd argument.

In your case your 2nd argument is longer than your 3rd argument, so all
the extra characters are translated to "" (that is, deleted)

So, you are translating " " to "_" and deleting any occurrences of
 ".:*"'+,|$&amp;&apos;&gt;&lt;&quot;%?!v|dV\D_q/\"

I guess you want your 3rd argument to be

_________________________________

(I didn't check the length of that:-)

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