XML CDATA

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

You can call the CreateCDataSection method on the XmlDocument class, and
it will return an XmlCDataSection instance which you can add to the document
through the AppendChild method on the document, or whatever node you wish.

Hope this helps.
 
Hello.
How can I add CDATA section into XmlDocument from my code?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top