Pages

Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

Friday, 14 June 2013

Convert XML to CSV with PHP


PROBLEM : 
I'm using the following code to convert my XML file to a CSV format. Unfortunately, it seems to not be recognizing each entry in the XML and so the XML file ends up being blank.

An example of my XML file is below... Solution :