I have written a system for automated production of simple web-based surveys (.NET). The system uses XML to produce the web survey UI and answers are stored in an auto-generated XML file. I need to devise a way to take the XML file generated by the survey and make it useful for reports and analysis. So far I have had remarkably little luck doing this. There is a website that does something useful: http://www.aridolan.com/xml2table/x2t.aspx%5B/url%5D will load an xml file and allow you to export the details displayed in a Grid to Excel. I am trying to duplicate this functionality but my limited understanding is, as is often the case, getting in the way. So, I wonder if you .NET loungers might already have some solutions or advise to help me with this…
TIA