5 Commits (26ee58a5d8a01d492885d076cae2b10a87f9a4f0)

Author SHA1 Message Date
Daniel Grunwald 17c9b20d6a Fix SdaUser sample 15 years ago
David Srbecký 6fa83ffd40 XML Parser: Fixed or ignored not-well-formed unit tests. The parser is passing over 600 W3C tests now. The issues being ignored are mostly related to the fact that the parser is not verifying DTDs. (which is not supported and is not going to be supported). 16 years ago
David Srbecký 418093e238 XML Parser: Report syntax errors. Improved consistency of tree. 16 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 16 years ago
David Srbecký 84bce20b8b Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 16 years ago