Re: [xsl] error/confusion with translate function

Subject: Re: [xsl] error/confusion with translate function
From: Nick Fitzsimons <nick@xxxxxxxxxxxxxx>
Date: Fri, 11 Aug 2006 16:13:40 +0100
Duane Gran wrote:
How embarrassing! And to think that I actually did recite the alphabet for both lists, but somehow overlooked this error. Thank you (and others) for setting me straight.

Duane

Easily done :-)


FWIW, a while back I came across an interesting variation on typing the alphabet for use in translate(): type the keyboard layout instead, thus:

translate($string, 'QWERTYUIOPASDFGHJKLZXCVBNM', 'qwertyuiopasdfghjklzxcvbnm')

It's much easier to type (for a non-touch-typist like me, anyway) and that, to my mind, makes it less susceptible to the kind of slip you made in your code.

(Of course, the French will want "AZERTY..." instead.)

Cheers,

Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/

Current Thread