rdejo
Asunto: Re: [dom4j-user] Problem using xPath expression
Looks like you should have got a syntax error. Looking at the Javadoc, I
didn't see a selectNodes(String) method for type Element.
Jeff
- Original Message
From: Adriana Verdejo <[EMAIL PROTECTED]>
To: dom4j-user@lists
Dear all,
I am very confused because I use this XPath expression:
"info[(contains(identification-info/keyword,"Cities"))]" in order to
retrieve the below node and it runs ok, but if I use the XPath expression:
"info[(contains(identification-info/keyword,"North"))]" doesn't run.
My xml is:
..