I am writing an XSLT transformation in which I wish to use the Replace function to do a regex match and replace.
However, Visual Studio 2008 reports that
For simple string replacement the translate function (available in xslt 1.0) worked fine for me.
I used it to strip out spaces for numeric values.