[xiph-commits] r12584 - trunk/xspf/testcase/for_version_1/pass
dllmain at svn.xiph.org
dllmain at svn.xiph.org
Tue Feb 27 15:46:09 PST 2007
Author: dllmain
Date: 2007-02-27 15:46:05 -0800 (Tue, 27 Feb 2007)
New Revision: 12584
Modified:
trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf
trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf
Log:
Encoding problem fixed, sorry
Modified: trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf 2007-02-27 23:12:52 UTC (rev 12583)
+++ trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf 2007-02-27 23:46:05 UTC (rev 12584)
@@ -1,22 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Applications need to support arbitrary
- order of the child elements of playlist -->
-<playlist version="1" xmlns="http://xspf.org/ns/0/">
- <trackList />
- <extension application="http://example.com/" />
- <meta rel="http://example.com/">value</meta>
- <link rel="http://example.com/">http://example.com/</link>
- <attribution />
- <license>http://example.com/</license>
- <date>2005-01-08T17:10:47-05:00</date>
- <image>http://example.com/</image>
- <identifier>http://example.com/</identifier>
- <location>http://example.com/</location>
- <info>http://example.com/</info>
- <annotation>some text</annotation>
- <creator>some text</creator>
- <title>some text</title>
- <link rel="http://example.com/">http://example.com/</link>
- <meta rel="http://example.com/">value</meta>
- <extension application="http://example.com/" />
-</playlist>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Applications need to support arbitrary
+ order of the child elements of playlist -->
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList />
+ <extension application="http://example.com/" />
+ <meta rel="http://example.com/">value</meta>
+ <link rel="http://example.com/">http://example.com/</link>
+ <attribution />
+ <license>http://example.com/</license>
+ <date>2005-01-08T17:10:47-05:00</date>
+ <image>http://example.com/</image>
+ <identifier>http://example.com/</identifier>
+ <location>http://example.com/</location>
+ <info>http://example.com/</info>
+ <annotation>some text</annotation>
+ <creator>some text</creator>
+ <title>some text</title>
+ <link rel="http://example.com/">http://example.com/</link>
+ <meta rel="http://example.com/">value</meta>
+ <extension application="http://example.com/" />
+</playlist>
Modified: trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf 2007-02-27 23:12:52 UTC (rev 12583)
+++ trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf 2007-02-27 23:46:05 UTC (rev 12584)
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Applications need to support arbitrary
- order of the child elements of trackList -->
-<playlist version="1" xmlns="http://xspf.org/ns/0/">
- <trackList>
- <track>
- <extension application="http://example.com/" />
- <meta rel="http://example.com/">value</meta>
- <link rel="http://example.com/">http://example.com/</link>
- <duration>120000</duration>
- <trackNum>2</trackNum>
- <album>some text</album>
- <image>http://example.com/</image>
- <info>http://example.com/</info>
- <annotation>some text</annotation>
- <creator>some text</creator>
- <title>some text</title>
- <identifier>http://example.com/</identifier>
- <location>http://example.com/</location>
- <link rel="http://example.com/">http://example.com/</link>
- <meta rel="http://example.com/">value</meta>
- <extension application="http://example.com/" />
- </track>
- </trackList>
-</playlist>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Applications need to support arbitrary
+ order of the child elements of trackList -->
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList>
+ <track>
+ <extension application="http://example.com/" />
+ <meta rel="http://example.com/">value</meta>
+ <link rel="http://example.com/">http://example.com/</link>
+ <duration>120000</duration>
+ <trackNum>2</trackNum>
+ <album>some text</album>
+ <image>http://example.com/</image>
+ <info>http://example.com/</info>
+ <annotation>some text</annotation>
+ <creator>some text</creator>
+ <title>some text</title>
+ <identifier>http://example.com/</identifier>
+ <location>http://example.com/</location>
+ <link rel="http://example.com/">http://example.com/</link>
+ <meta rel="http://example.com/">value</meta>
+ <extension application="http://example.com/" />
+ </track>
+ </trackList>
+</playlist>
More information about the commits
mailing list