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.
 
Back
Top