Results 1 to 1 of 1
Thread: jsoup 1.6.2
- 04-02-2012, 05:05 PM #1
Senior Member
- Join Date
- Sep 2011
- Posts
- 1,605
- Rep Power
- 3
jsoup 1.6.2
jsoup is a Java library for working with real-world HTML. It can parse HTML from a URL, file, or string. It can find and extract data, using DOM traversal or CSS selectors. The HTML elements, attributes, and text can be manipulated. It can clean user-submitted content against a safe white-list. jsoup is designed to deal with all varieties of HTML found in the wild, from pristine and validating to invalid tag-soup; jsoup will create a sensible parse tree.
Changes
This release adds many improvements, including a relaxed XML parser, a lighter memory footprint, and a range of bugfixes.
URL: jsoup Java HTML Parser, with best of DOM, CSS, and jquery
Similar Threads
-
JSoup how to submit form?
By Gwindow in forum NetworkingReplies: 0Last Post: 07-12-2011, 09:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks