HTML DOM Parser Activity
HTML parser which can be used for screen-scraping applications
Brought to you by:
bhimsen92
HtmlNodeList iterators are broken
HTMLDOM cannot correclty parse html element without proper closing tag
Attributes cannot contain quotes
Parse issue when element attributes either don't have a value or are not wrapped in quotes
In order to make an object iterator python requires us to implement "__iter__" and...
Nodelists containing nested elements loop infinitely.