Databases: XML2DB Nico Puhlmann (contact me)
This class can generate SQL queries to import data from XML files into an SQL database table.
It uses the Simple XML extension of PHP 5 to parse XML files from which the data is extracted according to mappings that define which tag data and attributes are used to create the resulting SQL INSERT statements.