Created
March 1, 2012 01:57
-
-
Save melwil/1946621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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