Xpath & namespaces, How to use namespace in xpath?
I have a problem with the XML Xerces parser when namespaces are used. If I have just one defined namespace in the root of the document, and I use a Xpath sentence to find one of the elements in this namespace, the parser works. But if there are more than one defined namespaces en the root, the same Xpath sentence doesn´t find any element! Here is the xpath and xml: When I search for: //item/adlcp:datafromlms or //item/datafromlms it doesn’t work.