What HTML parsing libraries do you recommend in Java [closed]

NekoHTML, TagSoup, and JTidy will allow you to parse HTML and then process with XML tools, like XPath.

Leave a Comment