Parse XML data into WordPress MySQL database as custom fields

xinli_zhao

New Member
I have an XML job feed which I would like to integrate with my website which is running on a WordPress platform. I have a good understanding of WordPress and am familiar with it's database schema. The XML job feed is delivered automatically via FTP to my websites server via a zipped archive file which contains an XML file with the data updates/inserts/deletes as well as any associated images.The process should be as follows:[*]Check if there is an archive file[*]Unpack the zip file[*]Move images to the appropriate location [*]Parse the XML file data[*]Delete files once processedThe WordPress schema is very simple and so any data which does not fall into the WordPress post title or description would be stored as custom fields.I am looking for a php script/library which will assist with the parsing of the XML data into the MySQL WP DB. This is an area which is very new to me so I would appreciate all advice on this matter.
 
Back
Top