doxml Manual Version 0.5: doxml_attr_get()

$Id: getattr.html,v 1.7 1999/07/24 22:04:04 francis Exp $

const char* doxml_attr_get(doxml_atom* element,
                           const char* namespace,
                           const char* name);

doxml_attr_get() gets an attribute value from an element. name specifies the name of the attribute to get; namespace specifies the namespace in which name is defined. The function returns the value on success, or NULL on error.