I\'m planning to create a news item which uses xml as it\'s backend and the Display should be like:
Date: 08/Mar/2010
------------------------------
Title &
There are a million ways to do this. The approach I'd take in the situation you described:
XDocument
or XmlWriter
to produce the XML.What I wouldn't do: Write a method in the form that pulls data out of the form controls and writes them to XML.