Hi all,
Is there anyway to parse an xml straight to a detail view without having to first go to a table view and select the cell you want?
I'm trying to parse this xml (feed://www.findyourfate.com/rss/dailyhoroscope-feed.asp?sign=Aries) straight into a detail view. This feed is only ever one post, so I don't need the table view and just want the detail view.
How can I parse and code this correctly?
I want this view:
instead of this view:
.
The items that I would like from the feed are the Date and body of the post.
Thanks!
David
Is there anyway to parse an xml straight to a detail view without having to first go to a table view and select the cell you want?
I'm trying to parse this xml (feed://www.findyourfate.com/rss/dailyhoroscope-feed.asp?sign=Aries) straight into a detail view. This feed is only ever one post, so I don't need the table view and just want the detail view.
How can I parse and code this correctly?
I want this view:


The items that I would like from the feed are the Date and body of the post.
Thanks!
David