bug with positional predicate #2333
Labels
is:enhancement
Request for adding new feature or enahncing functionality.
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
I'm finding that if I do a:
where xpath is a path that ends in a keyless list entry with a positional predicate (e.g.,
/foos/foo[2]
) I get a new node back. This must be a bug b/c i'm starting from an empty tree and asking for the second node in a keyless list. It's returning a single list node with no siblings IOW/foos/foo[1]
.The text was updated successfully, but these errors were encountered: