Warning, /multimedia/kmplayer/data/shoutcast.xsl is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="ISO-8859-1"?>
0002 
0003 <xsl:stylesheet version="1.0"
0004   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
0005   <xsl:template match="/">
0006     <playlist>
0007       <xsl:for-each select="stationlist/station">
0008         <item title="{@name}" url="http://www.shoutcast.com/sbin/tunein-station.pls?id={@id}"/>
0009       </xsl:for-each>
0010     </playlist>
0011   </xsl:template>
0012 </xsl:stylesheet>