Using the identity transformation

If the data source outputs the XML data in the same XML structure as that of the Inxmail Smart Templates, it is sufficient to perform an ‘identity transformation’.

Identity transformation

Copy
<?xml version="1.0"encoding="UTF-8"standalone="no"?>
<xsl:stylesheetversion="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
        <xsl:copy-ofselect="."/>
    </xsl:template>
</xsl:stylesheet>