#include <xmlt.h>
Data Fields | |
| int | attribute |
| Attribute number, could be XML_UNKNOWN_ATTRIBUTE. | |
| char * | value |
| Value of the attribute. | |
| char * | unknown_attrib |
| Unknown attributes are stored here literally. | |
Whenever an attribute is found inside a tag (e.g. <foo key="value">), the string "key" is looked up in a dictionary of recognized attributes, and is stored here together with "value".
Definition at line 48 of file xmlt.h.
1.2.18