Xpath equivalent to select in statement in sql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shay1975

    #1

    Xpath equivalent to select in statement in sql

    What I am trying to do is filter on some attributes and I could have a list of values, so instead of doing where attribute = value or attribute = value, I am wondering if there is something equivalent to the IN statement in sql, so attribute in (value1, value2) etc..

    Thanks
Working...