[xiph-commits] r12142 - websites/xspf.org
lgonze at svn.xiph.org
lgonze at svn.xiph.org
Fri Nov 24 13:47:50 PST 2006
Author: lgonze
Date: 2006-11-24 13:47:49 -0800 (Fri, 24 Nov 2006)
New Revision: 12142
Modified:
websites/xspf.org/xspf-v1.html
Log:
Add examples to relative paths section.
This is the last planned change before freezing for all time.
Modified: websites/xspf.org/xspf-v1.html
===================================================================
--- websites/xspf.org/xspf-v1.html 2006-11-23 15:12:03 UTC (rev 12141)
+++ websites/xspf.org/xspf-v1.html 2006-11-24 21:47:49 UTC (rev 12142)
@@ -683,8 +683,13 @@
The base URI is defined by the context of the application.</pre>
<div>Generators should take extra care to ensure that relative paths
- are correctly encoded.</div>
+ are correctly encoded. Do:</div>
+ <p><pre style="color:green"><location>My%20Song.flac</location></pre></p>
+ <div>Don't:</div>
+ <p><pre style="color:red"><location>My Song.flac</location></pre></p>
+
+
</div>
<h2><a id="rfc.section.6.3">6.3</a> Extension URIs</h2>
More information about the commits
mailing list