c# using xdocument to read xml code example Example: c# xmldocument from file XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load("your file path");