simplexml_load_file
-
Hi,
I’m trying to use simplexml_load_file to parse feeds created by SSP. The code typically works fine on most feeds (non-SSP), but consistently falls over on SSP feeds. For example:
https://jonreadscomics.com/category/spider-diaries/feed/
Attempting to parse that feed doesn’t work, but saving it via that link in a local eg downloadfile.rss and accessing that file on the server works correctly.
So I guess I’m asking does the SSP process dynamically generate a specific file/path every time the address is visited, and are you aware of any PHP method to get that file so it can be processed in eg simplexml_load_file?
Cheers
The topic ‘simplexml_load_file’ is closed to new replies.