This class can be used to generate XML documents from data of a given MySQL database.
It can either dump the data of the results of a given SQL query, or dump the all the data of all database tables.
The XML documents are generated using the PHP DOM XML extension . The generated documents are stored in files with paths based on the database and table being dumped.