sitemap();echo $str;$feed = ob_get_contents();ob_end_clean();header('Content-type: text/xml; charset=UTF-8');echo substr($feed, 1, strlen($feed));?>