Hi, everyone!
At work, I'm having problems to run a XPath using the selectNodeList() method from Xalan. The XPath I want to execute is:
//pam:message//prism:coverDate
The error message I have is: The prefix 'pam' is not declared.
expression = '//pam:message//prism:startingPage' Remaining tokens are: ('/' '/').
I have searched on the Internet and I think that I should make the XPathEvaluator recognize that namespace. My problem is: I don't know how to do that.
If someone can show me what to do, I will appreciate it.