Jump to content

Best Way To Handle Parsing XML Feed


mtorbin

Recommended Posts

I have an XML Feed which contains a bunch of assets, each having a ton of variables.  I just built a class that can return this data but I'm curious what the best way to return this data is.  Should I:

 

1) Write it as a CSV to an external file?

2) Pass it over as a multi-dimensional array (i.e. 2300 or so assets each with 20 or so variables)

 

What suggestions do you guys have?

Link to comment
https://forums.phpfreaks.com/topic/144995-best-way-to-handle-parsing-xml-feed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.