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

Reply via email to