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



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to