I want to be able to read in an xml document and find the record that I am looking for and use the records information. I have already created the xml document using dataset.writexml method from a database query, but i want to query the xml file without requerying the database. ie search for a record in the xml file.

Is there a simple way of doing this if i import the whole xml file into the program using datasets and then search the dataset?