"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
thisYou 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"]).