Authentication is probably your problem then. AFAIK you can't use authenticated feeds with web-based services like GoogleReader. Remove the authentication and you'll see that it starts working...
On Dec 5, 10:10 pm, venkatbo <[EMAIL PROTECTED]> wrote: > Thanks for your time, "lilspikey". > > It requires an auth login. > Here is the output from a modified feed controller, > indicating the xml content info you wanted: > > -------- > <?xml version="1.0" ?> > <rss version="2.0"> > <channel> > > <title>Books @Amazon</title> > <link>http://www.amazon.com/books-used-books-textbooks/</link> > <description>New and Used Books</description> > > <item> > <title>Blogging Heros</title> > <link>http://www.amazon.com/gp/product/0470197390/ > ref=amb_link_5954832_?pf_rd_m=ATVPDKIKX0DER</link> > <pubDate>Wed, 05 Dec 2007 20:52:08 GMT</pubDate> > <description>Interviews with popular bloggers</description> > </item> > > <item> > <title>Hunger Free Forever</title> > <link>http://www.amazon.com/gp/product/1416549048/ > ref=amb_link_5939452_1?pf_rd_m=ATVPDKIKX0DER</link> > <pubDate>Wed, 05 Dec 2007 20:52:08 GMT</pubDate> > <description>Science of appetite control</description> > </item> > > </channel> > </rss> > -------- > > Thanks again, > /venkat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

