Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rrsriram

    CreateCDATASection Vs CreateTextNode

    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
  2. rrsriram

    XML Data Problem when loading a large string

    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)...
  3. rrsriram

    XML Data Problem when loading a large string

    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)...

Part and Inventory Search

Back
Top