jsoup Java Library Reaches Version 1.3.2
New release for Java library for parsing HMTL from files, URLs and strings.
jsoup has reached version 1.3.2.
jsoup is a Java library that can parse HTML from a URL, file, or string; and can locate and extract data using either CSS selectors or DOM traversal. jsoup can also manipulate HTML elements, attributes and text, and can clean user-submitted content.
This release improves the handling for malformed tables and improves reliability when fetching documents from a URL. It can be downloaded now from github.