I currently have a site where people can search through a mysql database with a php script. I would like to add some more data to the database, but I can only get an xml feed.
Is there a way to convert the results of a xml datafeed to a txt or csv file? Then I could insert it into my database.