Creating xml like the below format

Posted by Sathish on Stack Overflow See other posts from Stack Overflow or by Sathish
Published on 2010-03-15T10:11:48Z Indexed on 2010/03/15 10:19 UTC
Read the original article Hit count: 203

Filed under:

I want to create a XML file in csharp like the below format pls help me with the code

  <MasterEntries>
  <fruit>Apple</fruit>
  <animal>Fox</animal>
  <color>Violet</color>
  </MasterEntries>

© Stack Overflow or respective owner

Related posts about c#