2002-06-10 Dwivedi, Ajay kumar <adwiv@yahoo.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / ChangeLog
1 2002-06-10  Dwivedi, Ajay kumar <adwiv@yahoo.com>
2         * XmlSchemaReader: A Wrapper class around XmlReader with customized
3           methods to suit reading a schema.
4         * General: Implemented Read() method for the schema. There are only
5           a few minor bugs remaining.
6
7 2002-05-25  Dwivedi, Ajay kumar <adwiv@yahoo.com>
8         * BUGS.txt: New file to keep track of bugs
9
10         * ALL: All classes are initialized exactly as in .NET except
11                1. inclusion of language attribute in schema
12                2. ComplexContent's Particle is initialized to null whereas .NET 
13                   to some internal implementation. IMO Null is more appropriate
14
15         * ALL: Changed the Compile methods to return the count of errors.
16
17         * ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
18                This number should shoot up if we write a parser to read the
19                Schema instead of using reflection (which is slower too)
20
21 2002-05-04  Dwivedi, Ajay kumar <adwiv@yahoo.com>
22         * XmlSchemaUtil.cs: New file added. 
23         
24         * Parser.cs: New file Added. Unused at the moment.
25
26         * XmlSchemaObjectCollection: Fixed GetEnumerator
27         
28         * General: Preprocessing for Attributes and SimpleTypes completed.
29
30 2002-04-26  Duncan Mak  <duncan@ximian.com>
31
32         * ValidationHandler.cs: New file.
33
34         * XmlSchemaInfo.cs: New file.
35
36         * *.cs: More updates from Ajay.
37
38 2002-03-27  Duncan Mak  <duncan@ximian.com>
39
40         * *.cs: Updates from Ajay Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>.