preserveWhiteSpace = false;
$dom->formatOutput = true;
$dom->loadXML($xml->asXML());
return htmlentities($dom->saveXML());
}
function editInput($table, $field, $attrs, $value)
{
$xml = $this->_testXML($value);
if (!$xml)
{
return;
}
$name = $field['field'];
?>
show as table