generating wordpress-import friendly XML using php from a mysql list of products. 467 new posts create, and categorized. I’m pretty sure this is the way to go about rapidly filling in the content on a fresh wordpress site. Breaking down the sitemap into a blank .txt file, feeding the file to a parser, and having the parsed data hit the xml generator. kaboom! instant site skeleton from a text file.
This picture is a small clip showing a snippit of the php file used to generate the xml file containing an entry for each product in a database.
