You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a query such as //phones[1]/number it is expected to return the first element of each finding of the phones node in subtrees (see xpath playground).
When using a query such as
//phones[1]/number
it is expected to return the first element of each finding of thephones
node in subtrees (see xpath playground).With the following code
we see
up to version v1.2.5 of this package. However, commit ed2f6ee changes the behavior and now the code only produces
The text was updated successfully, but these errors were encountered: