INTEGRATION: CWS xsltfilter08 (1.1.2); FILE ADDED

2007/06/28 09:20:03 sus 1.1.2.1: #i63179# copy xslt filter used for flat import/export filter
This commit is contained in:
Vladimir Glazounov 2007-10-23 10:40:51 +00:00
parent 7a6f2415e2
commit 0a9ede9551

View file

@ -0,0 +1,9 @@
<?xml version='1.0' encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="UTF-8"/>
<xsl:template match="/">
<xsl:copy-of select="."/>
</xsl:template>
</xsl:stylesheet>