cancel
Showing results for 
Search instead for 
Did you mean: 

XML CDATA

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi Ashish,

This might help

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp

http://www.cxml.org/files/downloads.cfm

Thanks & Regards

Agasthuri Doss

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

did you have a look at my weblog?

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

Regards,

michal