Rolls, Robert wrote: > is it possible to give one of the xml reader classed an XPath expression > so it trundles off through the XML until it finds it? I've got a large > file and I want to locate a set of nodes within it.
Look at System.Xml.XmlDocument. It derives from XmlNode, which implements two methods of interest to you: SelectNodes() and SelectSingleNode(). Brad -- Read my web log at http://www.quality.nu/dotnetguy/ You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.