I am working on a hobby project for scrapping some data from some sites. I am wondering if there are any special classes in Groovy for HTML scrapping?
Regards,
-Deepak
Alaa Nassef
Ranch Hand
Joined: Jan 28, 2008
Posts: 460
posted
0
Well, Scott put a great piece of code in a previous post, and here it is:
This piece of code invokes the URL (which is a web service), and gets the XML response and puts it in the string variable called "xml". Doing this with normal URLs that return HTML would be the same.