Re: FN-FORUM: XSLT Replace
date posted 23rd January 2006 20:30
Andy Macnaughton-Jones wrote:
> It should take the IWD2-C2K- off the front of the string to leave
> 12345 but it's actually leaving 1345.
But '2' appears in the second string and is therefore removed.
translate works on individual characters, not character sequences.
Dave...