I teach some web and Android classes, and in these courses I’m creating a lecture and set of exercises that make use of retrieving XML data across the web to be displayed on a web page or in an app. We’ve already done a simple look-up for gold or silver prices, as well as NOAA weather station recent conditions, but I’m looking for other sources.
Are there other good sources of XML data, preferably “live” data that is continually updated. I’m looking for things like sports scores, TV listings, air traffic reports, highway closures, etc. I know about http://www.usgovxml.com/ - is there anything interesting in there?
Rob - Once a day is “live” in my books - thanks! Some of the government XML data looks like it hasn’t been updated for years (earthquake data that stops in 2009!)
Aren’t rss feeds xml? If so, there are millions of them. You can also use yahoo pipes to or ifttt to make your own xml feeds from various websites and apis. Sorry, on not so smart phone or would provide links.
Keep in mind that you’ll have to “view source” on some of them if you’re using a regular browser, because they usually return raw XML with no styling involved and the browser doesn’t always render that usefully.