We need the parse al local rss/xml file that’s not accessible by the internet. The players can access the xml file.
Embedded javascript with XMLHttpRequest results in an CORS error because the CMS is in another domain, because of the error the layout is not loaded in the player.
There is no way that we can get the xml file published on the internet. Is there a way to read a local rss/xml file ?
Br, Bert