jsoup version 0.2.2 released

2010-Feb-07 I am happy to announce that jsoup version 0.2.2 is now available for download.

jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

What's new

  • Improved document normalisation.
  • Improved HTML string output format (pretty-printing)
  • Fixed absolute URL resolution issue when a base tag has no href.

If you have any suggestions for the next release, I would love to hear them: please get in touch via the mailing list.