Hi Tiki16, Here is a small gadget getting information from an RSS feed using the fetch Xml I wrote long time back: http://www.ljmsite.com/google/gadgets/realtimepublishers/realtimepublishers.xml This is highly specialized to the feed content, but this will give you an idea on how this can be done.
I hope this helps. Jerome On Dec 6, 6:18 pm, tiki16 <[EMAIL PROTECTED]> wrote: > I tried the rss feed and it didn't work. Are there any examples I > could try? > thanks > > On Dec 6, 11:27 am, "Jerome Mouton" <[EMAIL PROTECTED]> wrote: > > > Hi Tiki, > > > An RSS or Atom feed is an XML file. Therefore, the _IG_FetchXMLContent() > > will allow you to traverse the XML content of the feed. > > > Jerome > > > On Fri, Dec 5, 2008 at 11:31 PM, tiki16 <[EMAIL PROTECTED]> wrote: > > > If i have an atom or rss feed does the _IG_FetchXMLContent() convert > > > the rss into usable xml or > > > does it have to be an xml file? > > > thanks > > > > On Jul 31, 4:31 pm, "Jerome (Guru)" <[EMAIL PROTECTED]> wrote: > > > > I forgot to mention that my comments was regarding the legacy API. > > > > > Jerome > > > > > On Jul 31, 11:30 pm, "Jerome (Guru)" <[EMAIL PROTECTED]> wrote: > > > > > > The pages that Ozberk pointed you to will provide you everything you > > > > > need, including code samples. Just a note quick note: even though the > > > > > API has a very simple way of working with aRSSfeed, I've found that > > > > > it is often better to use the _IG_FetchXMLContent() instead, such as > > > > > you can access every piece of data in thefeed, not just what theFeed > > > > > API offers. In addition to that theXMLfetching supports setting the > > > > > caching duration, which can be very useful when dealing with time > > > > > sensitive data. > > > > > > I hope this helps. > > > > > > Jerome > > > > > > On Jul 17, 7:09 am, Anushree <[EMAIL PROTECTED]> wrote: > > > > > > > How can I useRSSfeeds in Gadgets.I want to use the information > > > > > > available on a blog and manipulate it in my gadget.How can I do > > > that?? > > > > > > Pls help me out --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
