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
