ressio / pharse

Fastest PHP HTML Parser
83 stars 15 forks source link

Comma separated selector fail #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What will reproduce the problem?
Using the following selector: "#NewsItem1 
a.topnewsitem_heading,#mellemartikelforside 
a.topnewsitem_heading,#mindreartikel a.topnewsitem_heading"

What is the expected output? What do you see instead?
21 anchor elements on the current version of http://malmo.lokaltidningen.se

Please provide any additional information below.
PHP Simple DOM used for reference, returns all 21 elements.

Original issue reported on code.google.com by ja...@pruehs.dk on 18 Apr 2014 at 3:26