| 1 |
<?php |
<?php |
| 2 |
// $Id: views_rss.module,v 1.12.2.4 2007/03/03 23:34:59 merlinofchaos Exp $ |
// $Id: views_rss.module,v 1.12.2.5 2007/03/06 21:44:32 merlinofchaos Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Provide views plugins for the feed types we support. |
* Provide views plugins for the feed types we support. |
| 157 |
$namespaces = array_merge($namespaces, $element['namespace']); |
$namespaces = array_merge($namespaces, $element['namespace']); |
| 158 |
} |
} |
| 159 |
} |
} |
| 160 |
|
|
| 161 |
// Prepare the item description |
// Prepare the item description |
| 162 |
switch ($item_length) { |
switch ($item_length) { |
| 163 |
case 'fulltext': |
case 'fulltext': |
| 194 |
drupal_set_header('Content-Type: text/xml; charset=utf-8'); |
drupal_set_header('Content-Type: text/xml; charset=utf-8'); |
| 195 |
print $output; |
print $output; |
| 196 |
module_invoke_all('exit'); |
module_invoke_all('exit'); |
| 197 |
exit; |
exit; |
| 198 |
} |
} |