Im trying to parse a Ticketsoft xml data file into a formatted file I can use on a website. But, I cannot dynamically access the data feeds. My question is this. What type of "holding" file do I need to copy the xml file from Ticketsoft and then hold it till I can parse and refresh my website...
John
Dbranes answers:
You can use <em>simplexml_load_file()</em> to fetch the external xml file.
Then you can parse it and cache it.
Have you looked into these solutions
http://www.fldtrace.com/wordpress/ticketsoft-feeds-integration-with-wordpress
http://wpquestions.com/question/showChrono/id/4055