Hi,

   I am using SAX parser to parse the RSS feed. Previously, the RSS feed 
only returns an id like say"12345"(<imageId>12345</imageId> and I need to 
construct an url with this id which will return multiple images in xml 
format.
Now I get the RSS feed with multiple images with same node, like, 
<imageurl>image url1</imageurl><imageurl>image 
url2</imageurl><imageurl>image url3</imageurl>.
how can I parse them into an array or list and use them later by 
constructing the xml format(the same way the image id url does) and place 
then local storage. Use the local storage xml format  to retrieve all the 
images

2 things need to considered in it. I might either get one image url and 
image id. or I may get multiple image urls instead of id. When I get one 
image url, I don't need to construct the xml.
How can I handle this situation?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to