PDA

View Full Version : Scraping HTML page with servlets


webdev
11-30-2009, 05:54 PM
I need to make a servlet that takes in a web page url, cleans up the HTML and spits back out a xml file which i need to make conform to a schema. This is a class assignment and I have no idea how to go about to doing this. I am supposed to use tagsoup1.2.jar to clean up the html that I pull in...