How to add CDATA section in XML file?

May 18 2009 10:43 AM

Hello

I am developing an application in C #, when I create an xml file.

My question : I wold like create an xml file with CDATA section like

 <BALISE name="Atrubute"> <![CDATA[ data ]]> </BALISE>

best regard

 


Answers (3)