<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Feed title</title>
    <link>Feed link</link>
    <description>Feed description</description>
    <pubDate>XXX</pubDate>
    <generator>eZ Components</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <skipDays>
      <day>Monday</day>
      <day>Wednesday</day>
      <day>Sunday</day>
    </skipDays>
  </channel>
</rss>
