sintonia/python_apps/icecast2/airtime-icecast-status.xsl

8 lines
230 B
XML
Raw Normal View History

2012-10-30 18:23:09 +01:00
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>