<playlist version="1" xmlns="http://xspf.org/ns/0/">
<tracklist>
<track>
<location>http://example.com/song_1.mp3</location>
<creator>Led Zeppelin</creator>
<album>Houses of the Holy</album>
<title>No Quarter</title>
<annotation>I love this song</annotation>
<duration>271066</duration> http://images.amazon.com/images/P/BOOMZZZZZZZ.jpg
<info>http://example.com</info></tracklist></playlist>
</track>
(pardon the question--I don't know much at all)
The above code validates.
I thought I would be able to view this in a browser. The browser button won't respond. Is this because the code editor is not accepting this code for viewing in the browser or is there something wrong with the editor?
I only downloaded it a few minutes ago.
Thank you
Maureen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to xml code. This is my basic code
<playlist version="1" xmlns="http://xspf.org/ns/0/">
http://images.amazon.com/images/P/BOOMZZZZZZZ.jpg
<tracklist>
<track>
<location>http://example.com/song_1.mp3</location>
<creator>Led Zeppelin</creator>
<album>Houses of the Holy</album>
<title>No Quarter</title>
<annotation>I love this song</annotation>
<duration>271066</duration>
<info>http://example.com</info></tracklist></playlist>
(pardon the question--I don't know much at all)
The above code validates.
I thought I would be able to view this in a browser. The browser button won't respond. Is this because the code editor is not accepting this code for viewing in the browser or is there something wrong with the editor?
I only downloaded it a few minutes ago.
Thank you
Maureen
Has the code been saved to a file?
When you double click an XML file, can it be opened in a browser?