I have some XML file sitting in my /bin folder (using vs2010). I would like to extract some data (attributes, element values) from this xml. What is the best way to do this using C#?
do I need to use XMLTextReader or would it be better to create an xmlDocument…I’m confused…
You could use LINQ to XML ?
http://msdn.microsoft.com/en-us/library/bb387098.aspx