diff --git a/views/views_rss_plugin_style_fields.inc b/views/views_rss_plugin_style_fields.inc
index 7e20f71..29857b8 100644
--- a/views/views_rss_plugin_style_fields.inc
+++ b/views/views_rss_plugin_style_fields.inc
@@ -360,6 +360,7 @@ class views_rss_plugin_style_fields extends views_plugin_style {
     $rendered = array();
     $keys = array_keys($this->view->field);
     foreach ($rows as $count => $row) {
+      $this->view->row_index = $count;
       foreach ($keys as $id) {
         $rendered[$count][$id] = $this->view->field[$id]->theme($row);
       }
