Using xpath_query with xpath_variable_set #430
Answered
by
zeux
CisimEjirtimid
asked this question in
Q&A
-
Hello, I'm having an issue with using |
Beta Was this translation helpful? Give feedback.
Answered by
zeux
Jun 28, 2021
Replies: 1 comment 1 reply
-
Variables can't be used in @-tests. You're looking for something like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CisimEjirtimid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Variables can't be used in @-tests. You're looking for something like
//node[attribute::*[name() = $attributeName and value() = $attributeValue]]