[xiph-commits] r10680 - trunk/xspf/spec/v1

lgonze at svn.xiph.org lgonze at svn.xiph.org
Mon Dec 26 20:53:12 PST 2005


Author: lgonze
Date: 2005-12-26 20:53:09 -0800 (Mon, 26 Dec 2005)
New Revision: 10680

Modified:
   trunk/xspf/spec/v1/xspf2629.xml
Log:
Fix namespace on extension exapmles.  Fix preamble comment about doneness of version 1.


Modified: trunk/xspf/spec/v1/xspf2629.xml
===================================================================
--- trunk/xspf/spec/v1/xspf2629.xml	2005-12-27 03:50:42 UTC (rev 10679)
+++ trunk/xspf/spec/v1/xspf2629.xml	2005-12-27 04:53:09 UTC (rev 10680)
@@ -93,7 +93,7 @@
 		  <preamble>A very simple document looks like this:</preamble>
 		  <artwork><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
-<playlist version="1" xmlns = "http://xspf.org/ns/0/">
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
   <trackList>
     <track><location>file:///mp3s/song_1.mp3</location></track>
     <track><location>file:///mp3s/song_2.mp3</location></track>
@@ -107,7 +107,7 @@
 		  <preamble>or this:</preamble>
 		  <artwork><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
-<playlist version="1" xmlns = "http://xspf.org/ns/0/">
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
   <trackList>
     <track><location>http://example.com/song_1.mp3</location></track>
     <track><location>http://example.com/song_2.mp3</location></track>
@@ -128,13 +128,8 @@
 		  consensus on version 0 in April 2004, did implementations
 		  and fine tuning throughout summer and fall 2004, and
 		  declared the tuned version to be version 1 in January
-		  2005.  Version 1 is not far from being frozen and
-		  code-ready.</t>
+		  2005.  Version 1 is frozen and code-ready.</t>
 
-		<t>This document describes version 1, which is not ready for
-		  implementation.  Version 0, the previous one, is stable and
-		  frozen -- developers can assume that it will not change.</t>
-
 		<t>The home of our working group on the web is
 		  http://xspf.org.</t>
 
@@ -469,10 +464,11 @@
             or more extension elements.</t>
           <figure>
 			<artwork><![CDATA[
-<playlist xmlns:cl="http://example.com">
+<playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:cl="http://example.com">
    <extension application="http://example.com">
       <cl:clip start="25000" end="34500"/>
    </extension>
+   <trackList/>
 </playlist>]]>
 			</artwork>
 		  </figure>
@@ -645,7 +641,7 @@
 					or more extension elements.</t>
 				  <figure>
 					<artwork><![CDATA[
-<playlist xmlns:cl="http://example.com">
+<playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:cl="http://example.com">
    <trackList>
       <track>
          <extension application="http://example.com">



More information about the commits mailing list