Ticket #8475: syndication_feeds.txt.diff
File syndication_feeds.txt.diff, 602 bytes (added by , 16 years ago) |
---|
-
docs/syndication_feeds.txt
950 950 class iTunesFeed(Rss201rev2Feed): 951 951 def root_attibutes(self): 952 952 attrs = super(iTunesFeed, self).root_attibutes() 953 attrs['xmlns:itunes'] = 'http://www.itunes.com/dtds/podcast-1.0.dtd 953 attrs['xmlns:itunes'] = 'http://www.itunes.com/dtds/podcast-1.0.dtd' 954 954 return attrs 955 955 956 956 def add_root_elements(self, handler):