[xiph-commits] r12830 - websites/xspf.org/validation

dllmain at svn.xiph.org dllmain at svn.xiph.org
Thu Apr 5 16:55:51 PDT 2007


Author: dllmain
Date: 2007-04-05 16:55:48 -0700 (Thu, 05 Apr 2007)
New Revision: 12830

Modified:
   websites/xspf.org/validation/index.shtml.en
Log:
spiff_check

Modified: websites/xspf.org/validation/index.shtml.en
===================================================================
--- websites/xspf.org/validation/index.shtml.en	2007-04-04 22:37:01 UTC (rev 12829)
+++ websites/xspf.org/validation/index.shtml.en	2007-04-05 23:55:48 UTC (rev 12830)
@@ -26,6 +26,11 @@
 (Windows)  xml.exe validate -e -r xspf-1_0.5.rng myplaylist.xspf</pre>
       </li>
       <li>
+        <a href="http://libspiff.sourceforge.net/">spiff_check of libSpiff</a> by Sebastian Pipping.  Sample usage of spiff_check:
+        <pre>(Unix)     cat myplaylist.xspf | spiff_check -
+(Windows)  spiff_check - &lt; myplaylist.xspf</pre>
+      </li>
+      <li>
         <s>
           <a href="xspf-1_0.2.xsd">XML Schema for XSPF</a> by Matthias Friedrich.  Sample usage of <a href="http://xmlstar.sourceforge.net/">XMLStarlet</a>:
           <pre>(Unix)     xmlstarlet validate -e -s xspf-1_0.2.xsd myplaylist.xspf



More information about the commits mailing list