Web scraping tools

@veverkap
I am not exactly sure what you mean by normalizing the HTML, but both html5ever and mochiweb_html attempt to interpret malformed HTML into valid HTML, which means that the result of parsing might not be exactly the HTML you passed in (but generally in a good way).

If that doesn’t answer your question, could you give a more concrete example?