Larry Trammell wrote:
Oops, I just noticed a glitch. The string for embedded translate() function call is missing '0':Thank you David. This is a very useful addition to mysmall but growing bag of tricks.
<xsl:value-of select="translate($str, translate($str, '0123456789', ''), '')" /> Dave
