tags:

views:

37

answers:

1

Hello! Well, the question is pretty clear. I wanna grab the form-element and everything inside it from a web site and then load it to my own WebView. I have looked around, but since I'm quite new to parsing overall, I really need help. I've looking at some solutions; but I don't get it. Help is appreciated.

Thank you in advance and tell me if my question is unclear!

+1  A: 

If you search for Java open source HTML parsers, you will find several options, such as this list.

CommonsWare
Well, nice! Thank you!
Julian Assange