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