]> git.0d.be Git - empathy.git/blobdiff - tools/identity.xsl
Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.
[empathy.git] / tools / identity.xsl
diff --git a/tools/identity.xsl b/tools/identity.xsl
new file mode 100644 (file)
index 0000000..6630f84
--- /dev/null
@@ -0,0 +1,7 @@
+<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>