feed_link
The feed_link tag can be used as either a single or container tag and is used to output an XHTML link to the site’s articles’ RSS feed. When used as a container tag, it will turn the contents into a link to the feed, otherwise the value of attribute “label” will be used as link text. Should be used in a page.
attributes
flavor="rss"
format="a"
section="current section"
category="current category"
limit="unset"
title="RSS feed or Atom feed"
presentation
label="unset"
wraptag="unset"
class="unset"
genealogy
Version 4.3.0
Version 4.0.4
Display an RSS feed link for specific section and category
<txp:feed_link flavor="rss" section="about" category="general" label="XML" wraptag="p" />
Container example
<txp:feed_link wraptag="p"><img src="/path/to/rss-icon" /></txp:feed_link>