Thank you everyone.
This worked for me:
namespace A
{
class Program
{
static void Main(string[] args)
{
var result = from e in XDocument.Load("abc.xml").Root.Descendants("hashtable").Elements("entry")
let array =...
Hello,
I'm an ASP.NET developer. I don't have much experience with XML, but I know how to read the XML files and display them in the Gridview.
The file I'm dealing with now is quite unusual, and I'm not sure how to read it. It has only 3 tags: <hashtable>, <entry> and <string>. It doesn't even...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.