XML Reader in C#

foxlance

New Member
With my limited C# programming experience I have been researching how to read in an XML file for the past 4 days with no luck...I need help.I know there is XMLReader, XDocument and something to do with LINQ that allows you to read in an XML file.I only have experience of using streamreader so if all else fails I guess I will need to build my own XML reader using that.In regards to the structure of my XML file it has a one tag that encompassess everything with a series of other tags that contain many child nodes.Not sure what to do and running out of ideas.Thanks
 
Back
Top