I am trying to build a complex xpath expression which will answer the following condition.
From the XML data below, returns the User entity which:>
Assuming users is the root:
users
/users/user[login='user1' and name='User 1' and (profile='admin' and profile='operator')]