mrss_attribute_t

Data struct for the attributes of the tag Struct data for external attribute

Members

Variables

allocated
int allocated;
Undocumented in source.
element
mrss_element_t element;

For internal use only

name
char* name;

name of the tag

next
mrss_attribute_t* next;

The next attribute

ns
char* ns;

namespace

value
char* value;

value

Meta