Related resources for XML Using C#
  • Flat File Parsed to XML Using C#9/29/2012 6:03:31 AM. I ran across an interesting problem today where I had to parse a flat file (csv or tab delimited) into an xml document. The solution I arrived at is flexible enough for reuse so I though I'd share the library along with some of my development notes.
  • Write XML in C#5/20/2012 2:07:35 AM. In this article, I will show you how to use XmlTextWriter class to create an XML document and write data to the document.