<?php 

	$artistId = $this->artistId;
header('Content-type: text/xml');

$xml = '<?xml version="1.0" encoding="ISO-8859-1" ?>';
$xml .= '<!-- Edited by XMLSpy® -->';
$xml .= '<note>';
$xml .= '	<to>INDEX</to>';
$xml .= '	<from>Request</from>';
$xml .= '</note>';
echo $xml;

?>