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')] 
 
     
     
     
     
     
     
    