Category Archives: c#

Amazon, XML, XPath and C# 2.0

I am putting this out there so that, hopefully, no one else will struggle like I just did.
I am trying to use XPath to parse the results from one of the Amazon Web Services. I was not expecting this to be difficult, and it really is not, if you know how to use XPathNavigator. [...]