I am trying to read the xml document using XDocument method . but i am getting an error when xml has
I tried , and found another way of doing it !!
XDocument xdoc = XDocument.Parse(System.IO.File.ReadAllLines(path));