[xiph-commits] r15247 - websites/xspf.org/validation
sping at svn.xiph.org
sping at svn.xiph.org
Tue Sep 2 17:09:23 PDT 2008
Author: sping
Date: 2008-09-02 17:09:22 -0700 (Tue, 02 Sep 2008)
New Revision: 15247
Modified:
websites/xspf.org/validation/index.shtml.en
Log:
Bump Relax NG Schema from 0.6 to 0.7
Modified: websites/xspf.org/validation/index.shtml.en
===================================================================
--- websites/xspf.org/validation/index.shtml.en 2008-09-03 00:07:39 UTC (rev 15246)
+++ websites/xspf.org/validation/index.shtml.en 2008-09-03 00:09:22 UTC (rev 15247)
@@ -21,16 +21,16 @@
<a href="http://validator.xspf.org/">Online XSPF validator</a> by Sebastian Pipping.
</li>
<li style="margin-bottom: 1em;">
- <a href="xspf-1_0.6.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.6.rng myplaylist.xspf
-(Windows) xml.exe validate -e -r xspf-1_0.6.rng myplaylist.xspf</pre>
- There also exists a schema for <a href="xspf-0_0.6.rng">XSPF-0</a>, but working with XSPF-1 should be preferred.
+ <a href="xspf-1_0.7.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.7.rng myplaylist.xspf
+(Windows) xml.exe validate -e -r xspf-1_0.7.rng myplaylist.xspf</pre>
+ There also exists a schema for <a href="xspf-0_0.7.rng">XSPF-0</a>, but working with XSPF-1 should be preferred.
</li>
<li style="margin-bottom: 1em;">
- <a href="xspf-1_0.6.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.6.rnc myplaylist.xspf
-(Windows) rnv xspf-1_0.6.rnc myplaylist.xspf</pre>
- There also exists a schema for <a href="xspf-0_0.6.rnc">XSPF-0</a>, but working with XSPF-1 should be preferred.
+ <a href="xspf-1_0.7.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.7.rnc myplaylist.xspf
+(Windows) rnv xspf-1_0.7.rnc myplaylist.xspf</pre>
+ There also exists a schema for <a href="xspf-0_0.7.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