[xiph-commits] r15241 - trunk/xspf/testcase/for_version_1/pass
sping at svn.xiph.org
sping at svn.xiph.org
Tue Sep 2 15:00:17 PDT 2008
Author: sping
Date: 2008-09-02 15:00:16 -0700 (Tue, 02 Sep 2008)
New Revision: 15241
Modified:
trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf
Log:
Extend XML Base test case
Modified: trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf 2008-09-02 16:16:31 UTC (rev 15240)
+++ trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf 2008-09-02 22:00:16 UTC (rev 15241)
@@ -1,5 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<playlist version="1" xmlns="http://xspf.org/ns/0/" xml:base="http://example.org/one/">
- <location>two</location><!-- Resolves to http://example.org/one/two -->
- <trackList />
+<?xml version="1.0" encoding="UTF-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/" xml:base="foo">
+ <title xml:base="foo">bar</title>
+ <creator xml:base="foo">bar</creator>
+ <annotation xml:base="foo">bar</annotation>
+ <info xml:base="foo">foo</info>
+ <location xml:base="foo">bar</location>
+ <identifier xml:base="foo">bar</identifier>
+ <image xml:base="foo">bar</image>
+ <date xml:base="foo">0001-01-01T01:01:01</date>
+ <license xml:base="foo">bar</license>
+ <attribution xml:base="foo">
+ <location xml:base="foo">bar</location>
+ <identifier xml:base="foo">bar</identifier>
+ </attribution>
+ <link rel="foo" xml:base="foo">bar</link>
+ <meta rel="foo" xml:base="foo">bar</meta>
+ <extension application="foo" xml:base="foo">
+ <one xml:base="foo">
+ <two xml:base="foo">
+ <three xml:base="foo">bar</three>
+ </two>
+ </one>
+ </extension>
+ <trackList xml:base="foo">
+ <track xml:base="foo">
+ <location xml:base="foo">bar</location>
+ <identifier xml:base="foo">bar</identifier>
+ <title xml:base="foo">bar</title>
+ <creator xml:base="foo">bar</creator>
+ <annotation xml:base="foo">bar</annotation>
+ <info xml:base="foo">bar</info>
+ <image xml:base="foo">bar</image>
+ <album xml:base="foo">bar</album>
+ <trackNum xml:base="foo">1</trackNum>
+ <duration xml:base="foo">0</duration>
+ <link rel="foo" xml:base="foo">bar</link>
+ <meta rel="foo" xml:base="foo">bar</meta>
+ <extension application="foo" xml:base="foo">
+ <three xml:base="foo">bar</three>
+ </extension>
+ </track>
+ </trackList>
</playlist>
More information about the commits
mailing list