Skip to Content
0
Former Member
May 18, 2007 at 01:35 PM

Reg CDATA Section in XML

220 Views

Hi all,

I have an issue with using the method <b>CREATE_CDATA_SECTION</b> of Interface IF_IXML_DOCUMENT.

I have created an XML file from ABAP using methods in IF_IXML_DOCUMENT etc.

The XML file is perfectly alright. But now there's a need to add CDATA section.

I need the CDATA section as follows in XML file...

<b><Description><![CDATA[test data]]></Description></b>

Can anybody help/advice me on this?

Regards

Ashok Parupalli.