[xiph-commits] r12932 - websites/xspf.org/applications

sping at svn.xiph.org sping at svn.xiph.org
Wed May 9 07:55:41 PDT 2007


Author: sping
Date: 2007-05-09 07:55:40 -0700 (Wed, 09 May 2007)
New Revision: 12932

Modified:
   websites/xspf.org/applications/index.shtml.en
Log:
XSPF.toJSPF() added

Modified: websites/xspf.org/applications/index.shtml.en
===================================================================
--- websites/xspf.org/applications/index.shtml.en	2007-05-08 15:59:18 UTC (rev 12931)
+++ websites/xspf.org/applications/index.shtml.en	2007-05-09 14:55:40 UTC (rev 12932)
@@ -675,6 +675,18 @@
               Set of classes for creating XSPF files from PHP.
             </dd>
 
+            <dt>
+              <a id="xspf_to_jspf"></a>
+              <a href="http://jchris.mfdz.com/jspf/xspf_parser_spec.html">XSPF.toJSPF()</a> (JavaScript)
+            <dt>
+            <dd>
+              <cite>XSPF.toJSPF() is a function for parsing XSPF in Javascript. The resulting
+              Javascript object is easy to use and manipulate to create client-side playlist
+              browsers and media players. The parsed result can also easily be serialized into
+              JSON for easy server-client transport. This allows developers to use one player
+              for handling both XML XSPF and JSON JSPF playlists provided by the server.</cite>
+            </dd>
+
 	    <!-- template for new entries
             <dt>
               <a id="TODOID"></a>



More information about the commits mailing list