Skip to content

Instantly share code, notes, and snippets.

@divideby0
Created April 25, 2012 00:52
Show Gist options
  • Save divideby0/2485007 to your computer and use it in GitHub Desktop.
Save divideby0/2485007 to your computer and use it in GitHub Desktop.
dojo.xhrGet({url: 'http://mcccon.mercurycc.com/blogs/roller-ui/rendering/feed/bobk/entries/atom?lang=en_us', handleAs: 'xml', load: function(data) { var entries = data.getElementsByTagName('entry'); dojo.forEach(entries, function(entry) { console.log(dojox.xml.parser.textContent(entry.getElementsByTagName('title')[0])) }) }})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment