iTunes Breaks RSS2 Feed
Up to qRSS2Syndication
rvanderwal asked:
Volodymyr Cherepanyak answered:I'm running three different instances of Plone. Plone 2.0 (Debian/Sarge
official package), Plone 2.1 (Ubuntu/6.06 offical package), and Plone
2.5 (Debian/Sarge unified unstaller). On each of these platforms, the
RSS2 feed becomes *very* small when I enable iTunes Support from the
"rss2 setup" tab on any folder. The resulting RSS2 file looks like
this, nothing more:
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
version="2.0"></rss>
Disabling iTunes Support gives me a full RSS2 feed with items and
enclosures, but without iTunes tags. Has anybody else experienced this?
Hi rvanderval,
The RSS2 feed rolls up when iTunes turned on due to errors in data or possible in the feed template.
RSS2.pt
has error prevention condition. To find the source of the error
customize the RSS2.pt in /custom skin layer. Remove the
'on:error="nothing"' clause in the RSS2.pt. Now entering the RSS2 feed
in browser you will see the error log.
