jsoup is a Java library that makes it easy to work with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, ...
Background of the project: For some of my applications, I was looking for a way to convert RTF texts to HTML so that they could be displayed in an embedded web view. The problem with this solution is ...