Skip to content

Instantly share code, notes, and snippets.

@AntoineTurmel
Created July 14, 2012 00:14
Show Gist options
  • Save AntoineTurmel/3108386 to your computer and use it in GitHub Desktop.
Save AntoineTurmel/3108386 to your computer and use it in GitHub Desktop.
using jxon
jxon = parser.parseXMLFile("http://www.scenemusic.net/demovibes/xml/queue/")
alert(jxon.playlist.queue.entry[2].song);
alert(jxon.playlist.now.entry.song);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment