Hi! I want to create at data mining applikation that collects info from a dropdown list on a webpage. My purpose with this is to store that information into a single xml-file. What is the best way to do this?
Does anyone know some good site or some good api?
My example: I would like to store data from date and country- droplists from this html- site.
For all these purposes I recommened HttpUnit (on SourceForge). It's meant to be a web testing extension to JUnit, but can very nicely be used for accessing web pages programmatically.