I\'m having this XML document with namespaces and I want to extract some nodes using XPath.
Here\'s the document:
Had nearly the same problem, I forgot to add the correct namespace for xsi:type (http://www.w3.org/2001/XMLSchema-instance) was using http://www.w3.org/2001/XMLSchema and I did never get any result - now it is working the following way: