Your feed needs to be either rss or atom. Both of these are forms of xml. Really, the important thing is the content-type header that your server returns with a feed. Make sure that it is application/xml+atom or application/xml+rss.
On Wed, May 19, 2010 at 10:21 AM, Kate deBethune <[email protected]>wrote: > Hi, > > I am trying to add a feed to my site. > > I have an .rss feed that lives at the root of the site and which works > fine with google reader. > > I understand that I need to have an .xml file for the api to work. > > What steps do I need to take to modify my .rss feed / create an .xml > feed so it works with the api? > > Thanks in advance, > > Kate > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-ajax-search-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
