42 "Failed to open file",
43 "Memory allocation failed.",
44 "Error parsing Element.",
45 "Failed to read Element name",
46 "Error reading Element value.",
47 "Error reading Attributes.",
49 "Error reading end tag.",
50 "Error parsing Unknown.",
51 "Error parsing Comment.",
52 "Error parsing Declaration.",
53 "Error document empty.",
54 "Error null (0) or unexpected EOF found in input stream.",
55 "Error parsing CDATA.",
56 "Error when TiXmlDocument added to document, because TiXmlDocument can only be at the root.",
static const char *const errorString[TIXML_ERROR_STRING_COUNT]