I have this XML file : http://dl.dropbox.com/u/10773282/2011/perf.xml
It h
Try:
using System.Xml; // ... XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(filename); var matches = xmlDoc.SelectNodes("//Class/ClassKeyName");