Updated Norwegian bokmål translation
[empathy-mirror.git] / tools / identity.xsl
blob6630f84de3fd997826ee011e6746d92d752af241
1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2 <xsl:template match="@*|node()">
3 <xsl:copy>
4 <xsl:apply-templates select="@*|node()"/>
5 </xsl:copy>
6 </xsl:template>
7 </xsl:stylesheet>