<?php
header("Content-type: text/xml"); 
require_once '../includes/sr_header.php';
require_once 'sr_control_whatsnewxml.php';
$xmlObject = new SR_whatsnewxml(LILY_BRAND_CODE, URL_LILY);
$xmlObject -> generate_yarn_rss();
log_performance_entry( 'L' );
?>