"EnTerr" wrote:
Roku BRS platform has no direct support for any database. Which IMHO is for the better.
Instead, it is the server side that is expected to deal with the DBs. For example, a program ("channel") on Roku can contact your server over http and on receiving back data in XML or JSON form, it can parse them for use. (Well, for the most part: XML parser seems to have major omission; JSON is not complete either. But if you have the freedom to tweak the server response, that may suffice).
"ludwig.benitez" wrote:
And sorry for the question again, but you have some material? Or some tutorial to understand more how to work with xml and roku.
"EnTerr" wrote:
Well, there is the documentation http://sdkdocs.roku.com/display/sdkdoc/roXMLElement . Also pointed to snippets in your other question