views-view-views-rss.tpl.php in Views RSS 6.2
Same filename and directory in other branches
views-view-views-rss.tpl.php Default template for feed displays that use the RSS Fields style.
File
theme/views-view-views-rss.tpl.phpView source
<?php
/**
* @file views-view-views-rss.tpl.php
* Default template for feed displays that use the RSS Fields style.
*/
print "<?xml";
?> version="1.0" encoding="utf-8" <?php
print "?>";
?>
<rss version="2.0" <?php
print $namespaces;
?>>
<channel>
<?php
print $channel;
?>
<?php
print $rows;
?>
</channel>
</rss>