I need to save data from a relational database record set in MySQL (composed of multiple tables and multiple sub-records for each master record) to an xml file. My questions are:
- Is there an xml standard format for defining the relation between the database structure and the xml to output?
- Are there recommended open-source libraries in PHP that would do the job?