CC-2886: changing file name

This commit is contained in:
James 2011-09-29 15:45:04 -04:00
parent 38c19ed3a3
commit 8ef8dbc668

View file

@ -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>