How to use list of values by OR condition in x-path constraint?

0
Hi, I have a list with specific set of values. I want to retrieve some records from database and in x-path constraint I want to add all the values of list as in 'OR' condition. Can anyone please help me if there is any way to use the list values in x-path constraint ? Thanks, Bhola
asked
1 answers
2

Something like:

//module.entity[attribute='1' or attribute='2']
answered