load(); ob_start(); require(NOALYSS_INCLUDE.'/template/modele_document.php'); $html=ob_get_contents(); ob_end_clean(); $html=escape_xml($html); header('Content-type: text/xml; charset=UTF-8'); echo << mod_doc $html EOF; exit();