$Id: clrattr.html,v 1.9 1999/07/24 22:04:04 francis Exp $
int doxml_attr_clear(doxml_atom* element,
const char* namespace,
const char* name);
doxml_attr_clear() clears an
attribute value in an
element. name
specifies the name of the attribute to set;
namespace specifies the
namespace
in which
name is defined. doxml_attr_clear(element,
namespace, name) is equivalent to
doxml_attr_set(element,
namespace, name, 0). The function returns 0 on success, or <0
on error.