Hi John, You got it. I'll check out the latest SVN right now, and create the patch. I'm not sure I understand what you mean about the text/xml though? Are you talking about how in the plugin.xml for the parse-rss plugin, that it tries to associate text/xml with rss? I can take that out, not problemo, however, I should leave in the application/rss+xml one, cuz it's really specific to RSS.
One thing to note, however, is that a lot of current sites send back RSS content as text/xml. So, I'm not sure how we would deal with that. Any opinion? In any case, I'll get you the updated patch and zip against the latest SVN within 30 minutes. Cheers, Chris > -----Original Message----- > From: John Xing (JIRA) [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 17, 2005 11:50 AM > To: [email protected] > Subject: [jira] Commented: (NUTCH-30) rss feed parser > > [ http://issues.apache.org/jira/browse/NUTCH- > 30?page=comments#action_63010 ] > > John Xing commented on NUTCH-30: > -------------------------------- > > Could we have an updated patch & zip against most recent svn? > Also I am not sure it is a good idea to have parse-rss capture > any mime type text/xml. Maybe more specific magic entries should > be introduced in ./conf/mime-types.xml for rss? > > John > > > > rss feed parser > > --------------- > > > > Key: NUTCH-30 > > URL: http://issues.apache.org/jira/browse/NUTCH-30 > > Project: Nutch > > Type: Improvement > > Components: fetcher > > Reporter: Stefan Grroschupf > > Priority: Minor > > Attachments: RSSParserPatch.txt, RSS_Parser.zip, parse-rss-1.0- > 040605.zip, parse-rss-patch.txt, parse-rss.zip > > > > A simple rss feed parser supporting: > > rss and atom: > > + version 0.3 > > + version 09 > > + version 10 > > + version 20 > > Converting of different rss versions is done via xslt. > > The xslt was contributed by Frank Henze - Thanks! > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > If you want more information on JIRA, or have a bug to report see: > http://www.atlassian.com/software/jira
