I have a web service call that is returning XML. Is it possible to use a substring inline function on XML?
When I use fn_Substring(xml,30,30), fn_substring(xml,50,10), or any other combination, the same result is returned.
Is it just that the substring does not work?