views:

159

answers:

2

Hi I would like to know a good HTML parser for both static and dynamic HTML in java. It needs to be light weight as it is to be used on a mobile application . Is there anything already present?

+1  A: 

Try HTML Parser

dogbane
+1  A: 

NekoHTML is a good one - it will actually fix invalid HTML makrup and make it accessible using DOM-compatible APIs.

levik