How to parse an xml which is having and Url which contains '&' sign?
I tried replacing it with & still has the same error.
my code is
Code:
var msgs = from g in xDoc.Descendants().Descendants("msgs") select new { messageNum = g.Element("msg_number").Value,
Leave a comment: