You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by ro...@aciworldwide.com on 2011/10/25 01:10:19 UTC

[jxpath] JXpath expression A/B//C not working

Does jxpath support expressions where a node C needs to be searched at any 
depth inside node B?
I am trying to execute an expression A/B//C looking for object C at any 
depth under object B but this keeps returning 

org.apache.commons.jxpath.JXPathNotFoundException: No value for xpath:

Complete global search works though so //C works fine and returns the 
correct value.

Thanks