Menu

Browser button won't respond (student)

Help
Maureen
2015-12-01
2015-12-05
  • Maureen

    Maureen - 2015-12-01

    I am new to xml code. This is my basic code

    <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

     
  • Zane U. Ji

    Zane U. Ji - 2015-12-05

    Has the code been saved to a file?
    When you double click an XML file, can it be opened in a browser?

     

Log in to post a comment.