views-view-views-rss.tpl.php in Views RSS 7.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 "?>";
print $rss_feed;