Jump to content

parsing webpage using java

mohan's Photo
Posted Mar 03 2011 06:08 PM
3888 Views

How can we parse a webpage using java?

Tags:
1 Subscribe


2 Replies

0
  macnlos's Photo
Posted Mar 03 2011 06:35 PM

Very open ended question, have no idea what you want to parse. Take a look here:

Code Ranch
=========================
Sent to you from my
iPad, iPhone, BlackBerry,
Laptop, Desktop, or
Kitchen Toaster
0
  borm's Photo
Posted Mar 22 2011 04:23 AM

I've been using jsoup (http://jsoup.org/). It does what I need it to do.