How to query a XmlDocument without using LINQ

I am using .NET Framework 2 and I am unable to use LINQ to XML. What would be the best way to execute the equivalent of a SQL SELECT that returns multiple columns from a XML file loaded into a XmlDocument object?
 
Back
Top