<?php
header("Content-type: text/xml"); 
require_once '../includes/sr_header.php';
require_once 'sr_control_whatsnewxml.php';
$xmlObject = new SR_whatsnewxml(BERNAT_BRAND_CODE, URL_BERNAT);
$xmlObject -> generate_patternbook_rss();
log_performance_entry( 'B' );
?>
