Module Xml_light.Xml_lexerSource
Sourcetype error = | EUnterminatedString| EIdentExpected| ECloseExpected| ENodeExpected| EAttributeNameExpected| EAttributeValueExpected| EUnterminatedEntity
Sourcetype dtd_error = | EInvalidDTDDecl| EInvalidDTDTag| EDTDItemExpected| EInvalidDTDElement| EInvalidDTDAttribute
Sourcetype token = | Tag of string * (string * string) list * bool| PCData of string| Endtag of string| DocType of string * dtd_decl| Eof
Sourcetype pos = int * int * int * int