Hi,
Is there any difference between CreateCDATASection and CreateTextNode?
What will happen if i use the CreateCDATASection instead of CreateTextNode?
Please let me know.
Regards,
Sriram
Hello Everyone,
Found out the answer to the problem.
I used CreateCDATASection instead of CreateTextNode. The code is given below.
If there are any issues regarding this usage, please let me know.
TagId.appendChild(doc.createCDATASection(TagData));
ColHead.appendChild(TagId)...
Hi,
I am having a strange problem when creating a XML file. I am connecting to the Mainframe from Java using Websphere 3.5.7.
I am using the below mentioned code to create the XML file on the fly.
TagId.appendChild(doc.createTextNode(TagData));
ColHead.appendChild(TagId)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.