XPathDocument provides fast, read-only access to the contents of an XML document using XPath.
Or use an XmlTextReader (fastest) which provides fast, forward-only, non-cached access to XML data.
Mitch Wheat
2010-08-20 11:04:02