Initial freepository revision of XML support documents.
[project-aon.git] / xml / identity.xsl
1 <?xml version="1.0"?>
2
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4  <xsl:template match="node()|@*">
5   <xsl:copy>
6    <xsl:apply-templates select="node()|@*"/>
7   </xsl:copy>
8  </xsl:template>
9 </xsl:stylesheet>