AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.1" />

 XmlParseError

A collection of error codes.

Character reference is an invalid code.

Character reference is an invalid number.

Character reference is not terminated by a semicolon.

The given doctype tag is invalid.

(0x306) Invalid element name in attribute-list declaration.

(0x309) The DTD conditional section is invalid.

(0x303) Declaration invalid.

(0x305) Invalid entity declaration.

DtdInvalid = 768

(0x300) Invalid document type declaration.

(0x302) Invalid name in entity declaration.

(0x311) The notation declaration is invalid.

(0x301) Invalid parameter entity reference.

(0x312) No parameter reference recursion allowed.

(0x310) The given text declaration contains errors.s

(0x307) Invalid content specification in element type declaration.

(0x304) Invalid element type declaration.

(0x308) An element type must not be declared more than once.

EOF = 0

Unexpected end of file detected.

The closing tag and the currently open tag do not match.

Undefined markup declaration found.

(0x202) Invalid XML declaration.

(0x203) XML declaration not at beginning of document.

(0x204) The given version number is not supported.

(0x201) Document type declaration after content.

(0x214) XML invalid attribute seen.

(0x211) XML invalid character data detected.

(0x215) XML invalid comment detected.

(0x206) Invalid end-tag.

(0x212) XML invalid name found.

(0x209) Invalid processing instruction.

(0x213) XML invalid public identifier character.

(0x205) Invalid start-tag.

(0x207) Well-formedness constraint: No < in Attribute Values.

(0x200) Missing root element.

(0x208) Well-formedness constraint: Unique Att Spec.

(0x210) XML validation for the current document failed.