/rss_xml_action
wrapper for rss feed
Sourcecode in Site/actions.js:
1:
function rss_xml_action() {
2:
res.redirect(root.href(
"rss"
));
3:
return;
4:
}