Hi there. Do anyone of you here have done this already? I have bunch of sql in my hard drive but I can't find any on the web that converts sql to XML. Can you please guide me with this? Thank you very much! Replies are much highly appreciated. Thanks!
My personal strategy would be to first load the SQL into the Database server that exported it. Then find an backup system for your unnamed database server that outputs XML files or write a small script that rolls through the database and outputs the data in your own XML schema.
Yes if the assumption is made that he is using Mysql as his database server then he can just use mysqldump with --xml switches from the commandline, no phpmyadmin is needed.