Hi!
I'm trying to create a html file which is generated from a xml source file which is being updated by a third party. This file is available online, and I need my html\php file to get the data from the xml file and generate a new file everytime the page loads. anothere acceptable option is to cache it and only refresh it every hour or so.
I'm able to create a html file which uses a local copy of the xml file to publish the correct data amount, but not to do this automatically with the updating version.
Any tips would be so much appreciated =)