Hello,
I’m trying to setup a podcast RSS feed:
<item>
<title>{exp:xml_encode}{title}{/exp:xml_encode}</title>
<link>{title_permalink="music/podcasts"}</link>
<guid>{title_permalink="music/podcasts"}#When:{gmt_entry_date format="%H:%i:%sZ"}</guid>
<description>{exp:xml_encode}{podcast_description}{/exp:xml_encode}</description>
<dc:date>{gmt_entry_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
{exp:atom_enclosures type="rss" parse_list="y"}{podcast_url}{/exp:atom_enclosures}
</item>
But I get this error message
Error
The following tag has a syntax error:
{exp:atom_enclosures}
Please correct the syntax in your template.
Any thoughts?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.