
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>{$SITE_NAME} - {$CATEGORIA}</title>
    <link>{$THIS_URL}</link>
    <description>{$CATEGORIA} - {$SITE_DESCRIPTION}</description>
    <language>es-ar</language>
    <copyright>{$SITE_COPYRIGHT}</copyright>

    <pubDate>{$FECHA_ACTUAL}</pubDate>
    <lastBuildDate>{$FECHA_ACTUAL}</lastBuildDate>
    <docs>{$RSS_LINK}</docs>
    <managingEditor>{$SITE_EMAIL}</managingEditor>
    <webMaster>{$SITE_WEBMASTER}</webMaster>
	<ttl>10</ttl>
	<category domain="Macrodevs">{$CATEGORIA}</category>
	<generator>Exportador de Noticias RSS Media Manager Suite - Macrodevs.com</generator>

    <image>
      <title>{$SITE_NAME}</title>
      <url>{$THEME_PATH}images/logo.gif</url>
      <link>{$THIS_URL}</link>
    </image>
{foreach from=$rss item="rss"}
    <item>
      <title>{$rss.TITULO}</title>
      <link>{$rss.LINK}</link>
      <description>{$rss.COPETE}</description>
      <category>{$rss.CATEGORIA}</category>
      <pubDate>{$rss.FECHA_RSS}</pubDate>
      <guid>{$rss.LINK}</guid>
    </item>
{/foreach}
	</channel>
</rss>