I'm trying to run Xpath queries using etree, but I can't seem to figure out the Xpath syntax. Here's a (sanitized) section of my XML document. 1) Query using XML based on some value like the 'id' or ...
OK, my brain just isn't functioning right today and I've spent too much time on this. I have some XML that looks like this... private static void Dedupe(XPathNavigator nodeNav) { int index = 1; const ...