Hi ,
I am using fn:replace(string,pattern,replace)
function to replace ','
to '.'
. URI i used for the function is http://www.w3.org/2005/xpath-functions. But i m getting an exception saying
System.Xml.Xsl.XsltException: Cannot find the script or external object that implements prefix 'fn'
Can anybody tell me what is the issue.
Thanks in advance Pradeep