Bad parsing with "<" char in p
tmkook opened this issue · 1 comments
tmkook commented
<div>
<p>line1</p>
<p>line2 :< cannot be parsed line 3</p>
<p>line3</p>
</div>
$dom->find('div p');
echo count($dom);
jackmcdade commented
Running into this too – if there's a <
gte in the content that's not an HTML element, it dies.