Source position: xmlerror.inc line 21
type xmlErrorLevel = (
XML_ERR_NONE = 0,
XML_ERR_WARNING = 1,
XML_ERR_ERROR = 2,
XML_ERR_FATAL = 3
);