Tagged Questions

11
votes
19answers
4k views

When and Why is XML preferable to CSV?

sometimes it feels like XML has been used just because it was fashionable.
2
votes
3answers
213 views

My PHP app needs to export to a range of different XML formats: should I use XSLT or native PHP?

My PHP application will need to be able to export to (and import from) a range of different data formats, mostly XML based. I have the option of In PHP, use DOM to export to some XML based format ...
0
votes
2answers
299 views

Defining an XML format for a 2D array (Grid) of items

I need to define an XML format and then read it in ActionScript3, which will be storing: the number of rows and columns in a grid the horizontal and vertical spacing in pixels the size of each ...