Hallo
<xsl:template match="dxl:view">
<document form="fmForm">
<item name="XMLCode">
<text>
<![CDATA[
<xsl:copy-of select="."/>
]]>
</text>
</item>
...
</document>
</xsl:template>
So geht's
<![CDATA[
<xsl:copy-of select="."/>
]]>
Gruß
Franz