sintonia/python_apps/icecast2/airtime-icecast-status.xsl
2011-09-29 15:45:04 -04:00

7 lines
237 B
XML

<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>