Multiple Rss Feeds in one entry and or opml files?

Hello all. I’ve flipped many Corona SDK templates for my fledgling company and would like to make a Rss Reader with predefined feeds. I digested Rob’s business sample but was unable to added multiple rss feeds per tab/Screen. I tried “xxxx”,“xxxx”… but that didn’t seem to work. I even tried “xxx,xxxx,xxxxx,xxxx,” to no success. 

How does one add more than one rss feed without added more tabs and widget views?

Thank you.

Bump?

The sample app you’re looking at is designed to only fetch one rss feed at a time.    You would need a table with each feed, loop over it, and then fetch each feed independently.

Rob

Thank you.

Bump?

The sample app you’re looking at is designed to only fetch one rss feed at a time.    You would need a table with each feed, loop over it, and then fetch each feed independently.

Rob

Thank you.