Results 1 to 1 of 1
Thread: jsoup 1.7.2
- 02-01-2013, 06:05 AM #1
Senior Member
- Join Date
- Sep 2011
- Posts
- 1,486
- Rep Power
- 3
jsoup 1.7.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 introduces selectors for structural pseudo CSS classes, full support for international supplementary characters, and a raft of improvements and bugfixes.
URL:
jsoup
Similar Threads
-
Parse HTML with Jsoup, remain layout
By Jef in forum New To JavaReplies: 1Last Post: 01-02-2013, 07:28 PM -
Html scraping Site Loads Wrong Jsoup Java
By kevinn205 in forum Advanced JavaReplies: 1Last Post: 08-27-2012, 09:19 PM -
jsoup 1.6.2
By java software in forum Java SoftwareReplies: 0Last Post: 04-02-2012, 05:05 PM -
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