The abundance of HTML parsers to choose from (and stick with) is mind boggling:
http://java-source.net/open-source/html-parsers
How do I choose one that best suits the following requirements:
Based on your experience, which HTML parser would you recommend (for meeting the above requirements) and why?
Well, I found the answer, which was given by @BalusC on a different thread:
Thank you @BalusC.