So today I had to move some tables with data from an MS Access database into XML to be used in a web application. So I thought it would be an easy process to define the table structure as an XSD file in Visual Studio, then load in the data (for the sake of simplicity, lets say I would type it in). Well for the life of me I can't figure this out....I googled up lots of articles, but nothing seemed to click for me.
I guess the simple form of my question is: is it possible to (graphically) define simple xml schemas in Visual Studio, and then edit the data contained within (within VS, via a nice grid interface) and have the data saved to an xml file?
If not, is there a popular freeware or open source tool that would be appropriate for this?