xPath - markhowellsmead/helpers GitHub Wiki

Select all descendants of a parent by attribute

$elements = $xpath->query('//table[contains(@class, "shop_table")]//td[@data-title]');