summaryrefslogtreecommitdiff
path: root/tools/identity.xsl
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:48:35 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-21 16:48:35 +0000
commit82fd790681fff991ac0a151e71288550c1cd8a94 (patch)
treedfa2d51751555d2349f0820f3533867226932d0f /tools/identity.xsl
parent840dc089b307ec92829ec1168d4e49358910c6be (diff)
downloadtelepathy-salut-82fd790681fff991ac0a151e71288550c1cd8a94.tar.gz
Move extensions/tools to tools (consistent with Gabble, telepathy-glib, etc.)
20080421164835-53eee-424948eb2510e98e743a9c2ba68b8985ed9f84de.gz
Diffstat (limited to 'tools/identity.xsl')
-rw-r--r--tools/identity.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/identity.xsl b/tools/identity.xsl
new file mode 100644
index 00000000..6630f84d
--- /dev/null
+++ b/tools/identity.xsl
@@ -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>