Gold star in the post :) Many thanks.
[quoted text, click to view] Keith Patrick wrote:
> The //drive is what's hosing you; it's an absolute path where you need a
> relative one. You can SelectNodes on just //dir, and then any of those
> nodes, you can just SelectNodes("dir") (or maybe "./dir"), as the XPath
> relative references work very much like command line prompts in both Unix
> and Windows.
The //drive is what's hosing you; it's an absolute path where you need a
relative one. You can SelectNodes on just //dir, and then any of those
nodes, you can just SelectNodes("dir") (or maybe "./dir"), as the XPath
relative references work very much like command line prompts in both Unix
and Windows.