I need to create a Dynamic Data Site, but my data is stored in an XML file rather than a database. The data consists of a single series of records, each with 2 fields. I want to create a Dynamic Data Site to quickly provide the ability to create new records, delete records, and update records (CRUD) over the Internet. I know that it would be best to store the records in a database, but in this case that's not an option - the data needs to sit in that XML file.
How can I generate a Dynamic Data Site based on an XML file rather than a SQL Server database?