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.