Skip to content

Instantly share code, notes, and snippets.

@melwil
Created March 1, 2012 01:57
Show Gist options
  • Save melwil/1946621 to your computer and use it in GitHub Desktop.
Save melwil/1946621 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<artist>
<name>Moo the man</name>
</artist>
with namespace="http://www.spotify.com/ns/music/1"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:artist xmlns:ns2="http://www.spotify.com/ns/music/1">
<name>Moo the man</name>
</ns2:artist>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<artist xmlns="http://www.spotify.com/ns/music/1">
<name>Moo the man</name>
</artist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment