Is there are easy way of parsing the whole HTML page and extract a specific section from the code of that page? i.e. i got this URL from the RSS feed of this site: http://www.groundreport.com/Sports/Bret-Hart-says-Farewell-to-WWE_4/2918823
What i want to do is parse that link and retrieve related images, tags, and other info from that page. Is there a Java library or Grails plugin that can easily parse an HTML code?
Your suggestion on how to approach this task will be highly appreciated.