Tuesday, January 15, 2013

How to solve "The XML is not well-formed." problem ?

Need to locate and replace special characters
"& < > \" \'".Replace("&", "&").Replace("<", "<").Replace(">", ">").Replace("\"", """).Replace("\'", "'");

No comments:

Post a Comment