Goal: Figure out how to read RSS or ATOM Feed from blogspot and output XML content to inform users of future updates & news, along with quick messages to the user base.
The Problem I am having: getting nothing but the "on ajax error" exception I put in to change the bg color & text.
I am trying to grab it from this feed:
http://undeadbobop.blogspot.com/feeds/posts/default
Which is more clear with online xml formatters, which shows I need to grab from feed/entry/title & feed/entry/content.
Basically I am trying to make a RSS feed reader and I don't see what I am doing wrong.
Link to source: https://www.dropbox.com/s/z8hs1ucncmvn8bo/xmltry.capx?dl=0
And Yes I am trying it inside exported projects too.