<% Site.xmlbutton %>
renders the xml button for use when referring to an rss feed

Sourcecode in Site/macros.js:
1:   function xmlbutton_macro(param) {
2:      param.linkto = this.href("rss");   
3:      DefaultImages.render("xmlbutton", param);
4:      return;
5:   }