blob: 03d6bdfe8ce3f82dc584e86cab6a97a5e2963e18 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output omit-xml-declaration="no"/>
<xsl:template match="node()|@*">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
</xsl:copy>
</xsl:template>
<xsl:template match="//*[@id='mp4reader.impl']"/>
<xsl:template match="//*[@id='mp3reader.impl']"/>
</xsl:stylesheet>