add_register("docwatch",true); //ca suffit... if($id){ header("Content-type: text/xml; charset=".$charset); $watch = new docwatch_watch($id); $watch->fetch_items(true); print $watch->get_xmlrss(); } ?>