I\'m having this XML document with namespaces and I want to extract some nodes using XPath.
Here\'s the document:
I think that
//anyType[namespace-uri() = "http://www.w3.org/2001/XMLSchema-instance"][local-name() = "type"]
Will do what you want.