xml_attribute_t
xml_attribute_t at;
xml_attribute_init(xml_attribute_t at, const char *name, const char *value)
xml_attribute_set_value(xml_attribute_t at, const char *value)
xml_elem_set_attribute(xml_element_t el, xml_attribute_t at)