ankurpiyush26 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Properly handle RSS feeds with multiple top-level <link> elements #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Like this feed:
http://feeds.nydailynews.com/nydnrss/ny_local

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:media="http://search.yahoo.com/mrss/"
xmlns:nydn="http://www.nydailynews.com/rss/"
xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
<link xmlns="http://www.w3.org/2005/Atom" rel="display:module"
type="text/xsl"
href="http://cm.my.yahoo.com/feedtemplates/npc/simpletemplate_left.xsl" />
<link>http://www.nydailynews.com/ny_local/</link>
<title>Daily News - NY Local</title>

Original issue reported on code.google.com by bslatkin on 22 Oct 2009 at 10:08