Hi rbalgan,

You can read about this issue here http://www.thescripts. com/forum/thread179305.ht ml.

Basically you need to use a prefix for the namespace:

Code:
nsmanager.AddNamespace("d", "http://tempuri.org")
and use this prefix in you XPath:

Code:
//d:doc/d:title
First it seemed strange to me, too. But the XPath 1.0 definition...