XML Automation

armelaarmela Member Posts: 20
edited 2018-03-20 in NAV Three Tier
I have created a codeunit that creates an xml file
All looks good until the part of the CDATA section in blue.
See attachment.
Anyone has any ideas ??
I know where to get my data, but I do not know know how to get cData blue line to show and what xml function to use.
I have the following right before it for the TextData section


XmlsubElement3 := xmldoc.createElement('TextData');
XmlsubElement2.appendChild(XmlsubElement3);

Any ideas ?

Answers

Sign In or Register to comment.