jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
jsoup can be used to
- act as an HTML scraper and parser using DOM traversal or CSS
- modify HTML elements, attributes, and text
- check user-submitted content against a safe white-list, preventing XSS attacks
jsoup can handle valid and invalid HTML