Hi Guys,
I am trying to put xml data into a single xml element in XML CDATA format.
I code find this code from one of Udo Martens posting. But can some one tell me the steps that i need to follow from start till end to implement this xslt mapping as i have never used xslt mapping before.
<xmlDocument><xsl:text disable-output-escaping="yes"><![CDATA[<![CDATA[]]></xsl:text><xsl:copy-of select="//soap:Envelope"/><xsl:text disable-output-escaping="yes"><![CDATA[]]]]></xsl:text><xsl:text disable-output-escaping="yes"><![CDATA[>]]></xsl:text></xmlDocument>
Regards,
Ashish