Initial freepository revision of XML support documents.
[project-aon.git] / xml / identity.xsl
diff --git a/xml/identity.xsl b/xml/identity.xsl
new file mode 100644 (file)
index 0000000..b800311
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<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>