Hi,
Currently i am stuck with a problem, I got alternative solution to display rss Feeds.
var feedControl = new google.feeds.FeedControl();
feedControl.addFeed("http://news.yahoo.com/rss/entertainment", "yahoo news");
feedControl.draw(document.getElementById("content"));
The above code runs from the directly from the HTML file by embedding <script> tags
But, my requirement is to put the above code in view.js file and call it from HTML file.
Pls let me know the necessary steps to take it forward.
Thanks
Mano