Recently I was finding solution to allowing special character in xml, it can be done by replacing with replaced code. You can check here
But if you are using .net then we have one inbuilt class that replaces all of the special character with replaced code and you don’t need to worry for every special character replacement.
Code sample:
XMLstring = System.Security.SecurityElement.Escape(XMLstring)
No comments:
Post a Comment