<?php header ("Content-Type:text/xml"); ?> <your_xml_content> </your_xml_content>
<?php header('Content-Type: application/xml; charset=utf-8'); ?> <your_xml_content> </your_xml_content>