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