Essentially, I currently have an iPhone app that can query and parse an XML file on my server. Right now, I now have to manually update and upload my XML file every morning so that my users can get updated information. I would like to automate this process, which will entail the analysis of various websites (NYTimes, iAmBored.com, etc.), Outputting the relevant information from each of these sites to an XML file and uploading this file to my server.
Does anyone know how to do this (parsing HTML to XML file). Since I'm new, I'm not sure which languages ββit requires, or what is the best way to do this?
Many thanks!
source
share