Sourcetype error_pos = {eline : int;eline_start : int;emin : int;emax : int;
} Sourcetype xml_error_msg = | UnterminatedString| UnterminatedEntity| IdentExpected| CloseExpected| NodeExpected| AttributeNameExpected| AttributeValueExpected| EndOfTagExpected of string| EOFExpected
Sourceexception File_not_found of string Sourcetype dtd_parse_error_msg = | InvalidDTDDecl| InvalidDTDElement| InvalidDTDAttribute| InvalidDTDTag| DTDItemExpected
Sourcetype dtd_check_error = | ElementDefinedTwice of string| AttributeDefinedTwice of string * string| ElementEmptyContructor of string| ElementReferenced of string * string| ElementNotDeclared of string| WrongImplicitValueForID of string * string
Sourcetype dtd_prove_error = | UnexpectedPCData| UnexpectedTag of string| UnexpectedAttribute of string| InvalidAttributeValue of string| RequiredAttribute of string| ChildExpected of string| EmptyExpected| DuplicateID of string| MissingID of string