21 include_once (
"FDL/Class.Doc.php");
 
   32     if (!
$doc->isAlive()) $action->
exitError(_(
"no family identificator"));
 
   33     if (
$doc->doctype != 
'C') $action->
exitError(sprintf(_(
"document %s is not a family") , 
$docid));
 
   35     header(
'Content-Type: text/xml; charset="utf-8"');
 
   36     $action->lay->noparse = 
true;
 
   37     $action->lay->template = 
$doc->getXmlSchema();
 
exitError($texterr, $exit=true, $code="")
getHttpVars($name, $def="", $scope="all")
new_Doc($dbaccess, $id= '', $latest=false)
fdl_familyschema(Action &$action)