"; } #----------------------------------------------- # xml_foot #----------------------------------------------- function xml_foot() { echo " "; } #----------------------------------------------- # print_xml #----------------------------------------------- function print_xml($url,$priority,$lastmod,$changefreq) { $temp = " $url"; $temp .= " $priority"; if ($lastmod != '') { $temp .=" $lastmod"; } $temp .= " $changefreq "; echo $temp; } ?>