Have you tried Inferschema or readschema methods of dataset?
http://msdn.microsoft.com/en-us/library/atchhx4f.aspx
Then you can loop trough the tables and empty rows to the existing tables. However restrictions like non null field and relationships may not allow you to do that easily.
You can then serialize dataset as xml. Other way i see is to use some xml editor.