' . "\n";
if ($this->digicode1 != '')
{
$xml .= "\t\t\t" . ''.clean_invalid_char($this->digicode1).'' . "\n";
}
if ($this->digicode2 != '')
{
$xml .= "\t\t\t" . ''.clean_invalid_char($this->digicode2).'' . "\n";
}
if ($this->escalier != '')
{
$xml .= "\t\t\t" . ''.clean_invalid_char($this->escalier).'' . "\n";
}
if ($this->etage != '')
{
$xml .= "\t\t\t" . ''.clean_invalid_char($this->etage).'' . "\n";
}
if ($this->nporte != '')
{
$xml .= "\t\t\t" . ''.clean_invalid_char($this->nporte).'' . "\n";
}
if ($this->batiment != '')
{
$xml .= "\t\t\t" . ''.clean_invalid_char($this->batiment).'' . "\n";
}
$xml .= "\t\t" . '' . "\n";
return ($xml);
}
}