<?php 	
	include("/php/config.php"); 
	include("/php/functions.php");

	header("Content-Type: text/xml;charset=iso-8859-1");
	echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";

	print_xmlSiteMap(); 
?>