~ubuntu-branches/ubuntu/wily/libspiff/wily

« back to all changes in this revision

Viewing changes to test/for_version_1/pass/track-inverted-order.xspf

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2007-10-11 14:44:38 UTC
  • Revision ID: james.westby@ubuntu.com-20071011144438-zpl4gtvl3bf2ocnx
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Applications need to support arbitrary
 
3
     order of the child elements of trackList -->
 
4
<playlist version="1" xmlns="http://xspf.org/ns/0/">
 
5
        <trackList>
 
6
                <track>
 
7
                        <extension application="http://example.com/" />
 
8
                        <meta rel="http://example.com/">value</meta>
 
9
                        <link rel="http://example.com/">http://example.com/</link>
 
10
                        <duration>120000</duration>
 
11
                        <trackNum>2</trackNum>
 
12
                        <album>some text</album>
 
13
                        <image>http://example.com/</image>
 
14
                        <info>http://example.com/</info>
 
15
                        <annotation>some text</annotation>
 
16
                        <creator>some text</creator>
 
17
                        <title>some text</title>
 
18
                        <identifier>http://example.com/</identifier>
 
19
                        <location>http://example.com/</location>
 
20
                        <link rel="http://example.com/">http://example.com/</link>
 
21
                        <meta rel="http://example.com/">value</meta>
 
22
                        <extension application="http://example.com/" />
 
23
                </track>
 
24
        </trackList>
 
25
</playlist>