SyntaxFix
Write A Post
Hire A Developer
Questions
you can use the example from Microsoft - for you without namespace:
using System.Xml.Linq; using System.Xml.XPath; var e = xdoc.XPathSelectElement("./Report/ReportInfo/Name");
should do it