Next in thread → Next in month →

Re: [xml-dev] Nasty XPath expressions

From
Francis Norton <>
To
Jason Diamond <>, xml-dev <>
Date
2001-12-16T21:21:11Z
ID
<>
Thread
Re: [xml-dev] Nasty XPath expressions
Hi Jason,

Jason Diamond wrote:

 >
 > The .NET DOM (System.Xml.XmlDocument) doesn't have anything like it but
 > there's a new class, System.Xml.XPath.XPathNavigator, that gets returned
 > when you call CreateNavigator on an XmlDocument. The XPathNavigator class
 > has an Evaluate method that can return a number, boolean, string, or
 > node-set.
 >

Thank you - that is exactly the solution to my problem, even if it is
not where I expected to find it.

Francis.
Next in thread → Next in month →