If I have a CMS with news articles posted to it and a client of mine decides to part ways and wants their content (articles, photos), what is the best way to give them their data that is usable by them (not necessarily the easiest way for them but something that is usable) and protects our database structure?
It is a concern to want protect the structure of our database? Is it ok to just export an XML file out of PHPmyAdmin which uses the table/field names for the tags? If not, should I create a function that will create a custom XML file with just the fields I want and rename them? What would be an acceptable method to do this?