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: 

XML parsing-how to fetch data from xml and show in roListscr

How can i fetch data from XML file (given below) and show it in roListScreen ???? Am not able to apprehend the sample examples given in sdkdocs..



<?xml version="1.0" encoding="UTF-8"?>

- <Channels>
- <Channel>
<id>1</id>
<name>BBC UKTV</name>
<logo>//images/bbc uktv2.jpeg</logo>
</Channel>
- <Channel>
<id>2</id>
<name>Life Style Food</name>
<logo>//images/life style food2.jpeg</logo>
</Channel>
- <Channel>
<id>3</id>
<name>Life Style You</name>
<logo>//images/life style you2.jpeg</logo>
</Channel>
<Channel>
<id>4</id>
<name>NITV</name>
<logo>//images/nitv2.jpeg</logo>
</Channel>
<Channel>
<id>5</id>
<name>Syfy</name>
<logo>//images/syfy2.jpeg</logo>
</Channel>


</Channels>
0 Kudos