Closed CodeDoctorDE closed 1 year ago
defer
is not a valid XML attribute.
Generally HTML documents cannot be parsed by an XML parser, as HTML has much more relaxed rules with regards to attributes and nesting/closing tags.
This is a pity. Do you have an alternative?
I want to parse a html document but I get the error
Unhandled Exception: XmlParserException: ">" expected at 17:140
.