Go to the documentation of this file.00001 <?php
00008 ?>
00009 <?php print "<?xml"; ?> version="1.0" encoding="utf-8" <?php print "?>"; ?>
00010 <rss version="2.0" xml:base="<?php print $link; ?>"<?php print $namespaces; ?>>
00011 <channel>
00012 <title><?php print $title; ?></title>
00013 <link><?php print $link; ?></link>
00014 <description><?php print $description; ?></description>
00015 <language><?php print $langcode; ?></language>
00016 <?php print $channel_elements; ?>
00017 <?php print $items; ?>
00018 </channel>
00019 </rss>