Hi everyone,
I need to create a Windows app that takes the content of the forms and puts that into an XML file with a specific format...
I heard someone say that there are multiple ways to do that, some more automatic than others.
Can any of you give me some hints, directions...?
Thanks!
Scott LyslePosted Feb 19, 2008, 3:00 AM
You can generate xml documents with any sort of content using the XmlTextWriter:
http://msdn2.microsoft.com/en-us/library/system.xml.xmltextwriter.aspx