This class is meant to import and export data stored in SQL databases to XML files using the ADODB library.
It provides a function to export the data of SQL query result set to XML file.
It also provides another function that parses XML files that define the data of fields to be inserted as new rows of a table also specified in the XML files.