AngleSharp.Xml
AngleSharp.Xml copied to clipboard
:angel: Library to add XML and DTD parsing capabilities to AngleSharp.
Over the years this project had great contributors and sponsors. Moving forward the last year has shown that dedicated support (e.g., as provided by AWS and JetBrains) is crucial to...
If a namespace is declared after an attribute that uses that namespace, the namespace should still be correctly identified. This code change causes any namespace declarations to be processed before...
# Bug Report According to the xml (spec)[https://www.w3.org/TR/2006/REC-xml-names11-20060816/#sec-namespaces]: > The namespace prefix, unless it is xml or xmlns, must have been declared in a [namespace declaration](https://www.w3.org/TR/2006/REC-xml-names11-20060816/#dt-NSDecl) attribute in either the...
# Bug Report During Xml parsing, attributes with an `xml` prefix ought to be associated with the xml namespace, even if such a namespace is not explicitly declared. According to...
# Bug Report ## Prerequisites - [x] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [x] Are you running the latest version of AngleSharp? - [ ] Did you...