Skip to content

Commit

Permalink
Transform script for use in xslt integration test
Browse files Browse the repository at this point in the history
--HG--
branch : bug21191
  • Loading branch information
Tim Clark committed Jul 23, 2009
1 parent ad49321 commit c40690a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions share/xsl/identity.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<xsl:stylesheet 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>

0 comments on commit c40690a

Please sign in to comment.