aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/clean-namespaces.xslt
blob: 125a10fecfa54a1ba585fb91b022d9977946a7ba (plain)
1
2
3
4
5
6
7
8
9
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
	<xsl:template match="*|@*">
		<xsl:copy>
			<xsl:apply-templates select="*|@*" />
		</xsl:copy>
	</xsl:template>
	<xsl:template match="@dox:*|dox:*"/>
</xsl:stylesheet>