I'm having a problem with XPATH and namespaces.
Could anyone please help ?
I'm using apache XPathAPI, with
java 1.4.
It works fine as long as there are no namespaces.
Unfortunately, when adding namespaces to the xml, XPathAPI fails to find the desired element (returning null).
What am i doing wrong ? Do you know of a better way to do it ?
Thanks.