Search found 1 match
- Mon Dec 26, 2011 10:23 pm
- Forum: PHP - Code
- Topic: Generating CSV of product data from XML containing products
- Replies: 1
- Views: 245
Generating CSV of product data from XML containing products
I have a trouble figuring out how to properly convert a list of product data from XML into CSV format. My source is a XML file containing a list of products with attributes like color, size, material etc. with the following structure: <?xml version="1.0" encoding="utf-8" ?> <stor...