I'm trying to load an xspf file on my website. Currently I have been able to successfully work with ones on other sites, but when I try a basic playlist file I made and uploaded to my webspace it fails to load it.
I'm using EditPadPro to write and save the code, saving as an XML file and I include the .xspf extension in the name...
<?xml version="1.0" encoding= "UTF-8"?>
<playlist version="1" xmlns = "http://xspf.org/ns/0/">
<trackList>
<track><location>http://eldo.goobergunch.net/Files/Sounds/Maria.mp3</location>
</track>
</trackList>
</playlist>
I'm using EditPadPro to write and save the code, saving as an XML file and I include the .xspf extension in the name...
<?xml version="1.0" encoding= "UTF-8"?>
<playlist version="1" xmlns = "http://xspf.org/ns/0/">
<trackList>
<track><location>http://eldo.goobergunch.net/Files/Sounds/Maria.mp3</location>
</track>
</trackList>
</playlist>