XPath select node with namespace

I’d probably be inclined to go with Bartek’s* namespace solution, but a general xpath solution is:

//*[local-name()='ProjectGuid']

**since Bartek’s answer has disappeared, I recommend Teun’s (which is actually more thorough)*

Leave a Comment