From: Kouhei Sutou Date: 2009-07-14T20:49:28+09:00 Subject: Re: rss parsing error. Hi, In <587ca64f0907130826q6eebbb0ar8c7b3404a277f522@mail.gmail.com> "Re: rss parsing error." on Tue, 14 Jul 2009 00:26:37 +0900, Juvenn Woo wrote: > Hi, Young: > I think you may checkout universal feed parser at feedparser.org, > which is a python package, mainly created by Mark Pilgrim. And, I'm > guessing Google Reader uses it in the backend. > As far as I know, there's no equivalent ruby package for that. The RSS can be parsed with the bundled RSS Parser. We doesn't need to use Universal Feed Parser. > On 7/13/09, Young Gyu Park wrote: >> At these days, I try to parse 'http://www.forbes.com/news/index.xml' using >> feedzirra. >> As you access this url, you can recognize what the problem is. >> >> They added an unnecessary html tag which made malformed rss format. >> >> But in the google rss reader, they process correctly without any problem. >> This is the point I wonder how they can make it happen, while I can't. >> >> please help me out to narrow the gap between me and google ^.^ >> >> be a happy day. -- kou