Hi,
 
looking at the current version of our DefaultLocationPath I think I spotted a problem -
In version 1.8 we applied a Step to a list of nodes, then applied any predicates to this producting a new list. We then moved on to the next step repeating the process etc.
In version 1.9 this has changed to applying the predicates to each node as it is returned from the step iterator.
I think this is wrong as then the position is lost so things like /name[10] will never work. If that is the case then I don't how the test cases are passing
Eddie

Reply via email to