Hi;
In 1.2 matches worked for me but when I upgraded to
1.3 it doesn't. To give an example.
boolean exists = node.matches(
"/order/customer/name"
);
List nodeList = node.selectNodes( "/order/customer/name" ); exists will return false yet nodeList will be a
legit list of nodes (usually 1).
Any ideas?
thanks - dave
|
- [dom4j-user] Node.matches() not working David Thielen
- [dom4j-user] Node.matches() not working David Thielen
- [dom4j-user] Node.matches() not working David Thielen