[xiph-commits] r12914 - websites/xspf.org/validation
sping at svn.xiph.org
sping at svn.xiph.org
Thu May 3 11:44:47 PDT 2007
Author: sping
Date: 2007-05-03 11:44:46 -0700 (Thu, 03 May 2007)
New Revision: 12914
Modified:
websites/xspf.org/validation/index.shtml.en
Log:
XSPF-0 schemas integrated
Modified: websites/xspf.org/validation/index.shtml.en
===================================================================
--- websites/xspf.org/validation/index.shtml.en 2007-05-03 04:29:18 UTC (rev 12913)
+++ websites/xspf.org/validation/index.shtml.en 2007-05-03 18:44:46 UTC (rev 12914)
@@ -20,15 +20,17 @@
<li style="margin-bottom: 1em;">
<a href="http://xspf.binera.de/">Online XSPF validator</a> by Sebastian Pipping.
</li>
- <li>
- <a href="xspf-1_0.5.rng">Relax NG (XML) Schema for XSPF</a> by Matthias Friedrich. Sample usage of <a href="http://xmlstar.sourceforge.net/">XMLStarlet</a>:
+ <li style="margin-bottom: 1em;">
+ <a href="xspf-1_0.5.rng">Relax NG (XML) Schema for XSPF-1</a> by Matthias Friedrich. Sample usage of <a href="http://xmlstar.sourceforge.net/">XMLStarlet</a>:
<pre>(Unix) xmlstarlet validate -e -r xspf-1_0.5.rng myplaylist.xspf
(Windows) xml.exe validate -e -r xspf-1_0.5.rng myplaylist.xspf</pre>
+ There also exists a schema for <a href="xspf-0_0.5.rng">XSPF-0</a>, but working with XSPF-1 should be preferred.
</li>
- <li>
- <a href="xspf-1_0.5.rnc">Relax NG (Compact) Schema for XSPF</a> by Matthias Friedrich. Sample usage of <a href="http://www.davidashen.net/rnv.html">RNV</a>:
+ <li style="margin-bottom: 1em;">
+ <a href="xspf-1_0.5.rnc">Relax NG (Compact) Schema for XSPF-1</a> by Matthias Friedrich. Sample usage of <a href="http://sourceforge.net/projects/rnv/">RNV</a>:
<pre>(Unix) rnv xspf-1_0.5.rnc myplaylist.xspf
(Windows) rnv xspf-1_0.5.rnc myplaylist.xspf</pre>
+ There also exists a schema for <a href="xspf-0_0.5.rnc">XSPF-0</a>, but working with XSPF-1 should be preferred.
</li>
<li>
<a href="http://libspiff.sourceforge.net/">spiff_check of libSpiff</a> by Sebastian Pipping. Sample usage of spiff_check:
More information about the commits
mailing list