I'm in the process of developing a utility that will need to be able to read from html pages and RSS feeds, both of which require parsing HTML and I've yet to be able to locate a convenient parser.
Could anyone point me towards a useful library for this? Or a page that illustrates how to do it with built in java libraries?
Good HTML Parser
Page 1 of 16 Replies - 1362 Views - Last Post: 06 June 2010 - 02:21 PM
Replies To: Good HTML Parser
#3
Re: Good HTML Parser
Posted 01 June 2010 - 05:34 PM
How well does it work, considering its last update is 2006/09/23?
#4
Re: Good HTML Parser
Posted 01 June 2010 - 05:44 PM
Well, they have an API like any other third party which i used if you want to check it out.
Depends on what you want to do, the good thing about a HTML Parser is that its good for complex operations which you may/may not be doing.
I used it to create a mini web crawler.
If its just grabbing source code your looking for, you can use the java.net class.
Depends on what you want to do, the good thing about a HTML Parser is that its good for complex operations which you may/may not be doing.
I used it to create a mini web crawler.
If its just grabbing source code your looking for, you can use the java.net class.
This post has been edited by m-e-g-a-z: 01 June 2010 - 05:49 PM
#5
Re: Good HTML Parser
Posted 01 June 2010 - 05:55 PM
After looking at the parser class, this will suit me just fine.
Thanks very much.
Oh and saw your sample, lets me understand it even moreso.
Thanks very much.
Oh and saw your sample, lets me understand it even moreso.
This post has been edited by Ghlavac: 01 June 2010 - 06:06 PM
#6
Re: Good HTML Parser
Posted 03 June 2010 - 12:14 PM
#7 Guest_Mohamed Shahpoup*
Re: Good HTML Parser
Posted 06 June 2010 - 02:21 PM
1- you can also use JEditorpane Class in Java API .
2- you can use JDIC Lib developed by Java Community.
i think this help you.
2- you can use JDIC Lib developed by Java Community.
i think this help you.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote





|