How can you add multiple conditions to a path expression?
I know that this is for one condition:
/bookstore/book[@price>20]
And that you cand use a second set of [] to specify position:
/bookstore/book[@price>20][1]
But how do you specify multiple conditions on the nodes attributes?
No comments:
Post a Comment