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:
parent
7a6f2415e2
commit
0a9ede9551
1 changed files with 9 additions and 0 deletions
9
filter/source/xslt/common/copy.xsl
Normal file
9
filter/source/xslt/common/copy.xsl
Normal 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>
|
||||
|
Loading…
Reference in a new issue