SyntaxFix
Write A Post
Hire A Developer
Questions
XmlDocument doc = new XmlDocument(); doc.LoadXml(str);
Where str is your XML string. See the MSDN article for more info.
str