I have simple xpath
/products/product[contains(categorie,'Kinderwagens')]
It works but now how do I filter on multiple categorie values
like
/products/product[contains(categorie,'Kinderwagens')] + /products/product[contains(categorie,'Kinderwagens')]
Will this work?
/products/product[contains(categorie,'Kinderwagens') or contains(categorie,'Wonderwagens')]
There is a similar question here
1.4m articles
1.4m replys
5 comments
57.0k users