Is it roku video player using any cache for xml feed?
Not that I’m aware of, I’ve never encountered any caching behavior except with images.
- Joel
No. In fact the roXMLElement.Parse() only takes a string that is the contents of the XML.
You could of course break your XML down into self-contained XML strings that you manage and parse separately.
The videoplayer sample app breaks the XML up into different files. Which would be a good practice when creating a scalable channel.
–Kevin
