-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
HTML document example http://pastebin.com/mp2vBeV7
$dom->find('a'); return wrong count of elements. Or $dom->find('.ctitem');, or $dom->find('.link_item_block');.
I think it's because of many tags inside <a> element. It seems to work if clean them all.
But anyway it's a bug. Regular PHP DomDocument with DomXPath works fine with this HTML example.