Hi,
I have a feed that is working well, its an XML file that is being streamed into my project.
The feed gets updated every other day automatically and the new content gets fed into my application without any issues at all.
However, if I update the feed manually, i e change one of the xml tag contents, the amended content is not reflected in my app. The only way i can get it to reflect into my app, is if i save the file of as a new XML file, then link to the NEW XML file in my application. Is this normal behaviour?
I am just really trying to create my own RSS feed internally for maximum control, i dont plan to update it every hour, its just for testing purposes, and then when i am happy, i plan to replace the xml file every other day like previously.
At the moment it is very difficult to make adjustments and see what they look like
Thanks again and any help would be greatly appreciated.
Cheers
Sean