Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.1.3
-
Fix Version/s: None
-
Component/s: dom4j
-
Labels:None
-
Environment:Win 7 64bit, 6 GB of RAM
-
Testcase included:yes
-
Number of attachments :
Description
Jaxen with Dom4j is not working. It doesn't pull any matches out of xml. See the attached Java class. You can change the xml and the expression and won't get any matches.
Your sample code shows you using a dom4j navigator to query a DOM document model. That won't work. It should probably throw an exception. Either use a dom4j document or a DOM navigator.