mrss_tag_t

Data struct for any other tag out of the RSS namespace. Struct data for external tags

Members

Variables

allocated
int allocated;
Undocumented in source.
attributes
mrss_attribute_t* attributes;

list of attributes

children
mrss_tag_t* children;

Sub tags

element
mrss_element_t element;

For internal use only:

name
char* name;

name of the tag

next
mrss_tag_t* next;

the next tag

ns
char* ns;

namespace

value
char* value;
Undocumented in source.

Meta