I took the sample from my previous post and wanted to use LINQ to query the XML. You can pretty much use the power of SQL on the document object to richly query for things you are looking for. using System; using System.Linq; using System.Xml.Linq; using