#include <mxml.h>
#include <stdio.h>
Functions | |
char * | mxml_error_desc (MXML_ERROR_CODE code) |
Variables | |
char * | edesc [] |
|
|
|
Initial value: { "Input/output error", "Not enough memory", "Character outside tags", "Invalid character as tag name", "Invalid character as attribute name", "Malformed attribute definition", "Invalid character", "Name of tag too long", "Name of attribute too long", "Value of attribute too long", "Unbalanced tag opening", "Unbalanced entity opening", "Escape/entity '&;' found" } |