Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to use XML

Hi guys.
i wonder how to use xml for retrieve data with brightscript and print this information on the screen.
I humbly await your comments. Thanks!
0 Kudos
1 REPLY 1
EnTerr
Roku Guru

Re: how to use XML

"ludwig.benitez" wrote:
i wonder how to use xml for retrieve data with brightscript and print this information on the screen.

For short example, see this and this
You create roXMLElement, parse() xml string into it and then access the elements as simple as using dot notation (node.child_node) or indexing (node["child node"]).
0 Kudos