22 February 2008

Today I meet interesting problem.
I have an XmlDocument and do a lot of manipulations with elements.
It appears that when I do element.SelectNodes(xpath) and in xpath I have something like //value it does search in whole document and not in the element itself.
Surprised and confused. After all what I done in xml to find this bugfeature.

No comments: