Is there an "or" in XPath selectors?
I have the following xPath that gets the image from <div class="separator"> . My question is: how can I do xPath to search in <div class="entry"> as well?
$img = $xpath->query('//div[@class="separator"]//img'); Thanks in advance:)
+7
Enexoonoma
source share