Main Page   File List   File Members  

mxml_error.c File Reference

#include <mxml.h>
#include <stdio.h>

Functions

char * mxml_error_desc (MXML_ERROR_CODE code)

Variables

char * edesc []

Function Documentation

char* mxml_error_desc MXML_ERROR_CODE    code
 


Variable Documentation

char* edesc[] [static]
 

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"
}


Generated on Tue Jul 8 23:44:29 2003 for MXML by doxygen1.2.18