15 Commits (26ee58a5d8a01d492885d076cae2b10a87f9a4f0)

Author SHA1 Message Date
Daniel Grunwald 17c9b20d6a Fix SdaUser sample 15 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 16 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 16 years ago
David Srbecký 551566b0c7 XML Parser: Fixed some bugs. Hereby declaring code ready for use. 16 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ý 9e7c56b06a XML Parser: Well-formed tests pass 16 years ago
David Srbecký 57385217a3 XML Parser: Handling of Elements without start tag 16 years ago
David Srbecký 2faa4b3813 XML Parser: Fixed a few small bugs 16 years ago
David Srbecký 3605021db0 XML Parser: Track offsets of syntax errors. Updated XmlDOM sample. 16 years ago
David Srbecký dda2bb2b94 XML Parser: 16 years ago
David Srbecký 3145161f29 XML Parser: Added some helper methods 16 years ago
David Srbecký 418093e238 XML Parser: Report syntax errors. Improved consistency of tree. 16 years ago
David Srbecký 767e88579e XML Parser: Visitor and PrettyPrinter 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