in reply to How do I dump a database table into XML format?
mysqldump --xml database_name table_name > out_file.xml [download]