<?php
header("Content-type: text/xml"); 
require_once '../includes/sr_header.php';
require_once 'sr_control_whatsnewxml.php';
$xmlObject = new SR_whatsnewxml(PATONS_BRAND_CODE, URL_PATONS);
$xmlObject -> generate_newsletters_rss();
log_performance_entry( 'P' );
?>
