2002-06-18 Dwivedi, Ajay kumar <adwiv@yahoo.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / ChangeLog
1 2002-06-18  Dwivedi, Ajay kumar <adwiv@yahoo.com>
2         
3         * XmlSchema: Started work on Validate methods
4
5 2002-06-18  Dwivedi, Ajay kumar <adwiv@yahoo.com>
6         * XmlSchema: The Read and Write methods are no more [MonoTODO] :)
7         
8         * XmlSchemaAppInfo: Xml Markup is now being read.
9         
10         * XmlSchemaDocumentation: Xml Markup is now being read.
11
12         * All: Unhandled attributes are being handled properly.
13                
14         * All: Reordered the properties in all cs files to match with MS
15                Implementation. This was required since the order is importatnt
16                for the XmlSerializer.
17         
18 2002-06-14  Dwivedi, Ajay kumar <adwiv@yahoo.com>
19         * General: Fixed a few more Bugs
20
21 2002-06-10  Dwivedi, Ajay kumar <adwiv@yahoo.com>
22         * XmlSchemaReader: A Wrapper class around XmlReader with customized
23           methods to suit reading a schema.
24         * General: Implemented Read() method for the schema. There are only
25           a few minor bugs remaining.
26
27 2002-05-25  Dwivedi, Ajay kumar <adwiv@yahoo.com>
28         * BUGS.txt: New file to keep track of bugs
29
30         * ALL: All classes are initialized exactly as in .NET except
31                1. inclusion of language attribute in schema
32                2. ComplexContent's Particle is initialized to null whereas .NET 
33                   to some internal implementation. IMO Null is more appropriate
34
35         * ALL: Changed the Compile methods to return the count of errors.
36
37         * ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
38                This number should shoot up if we write a parser to read the
39                Schema instead of using reflection (which is slower too)
40
41 2002-05-04  Dwivedi, Ajay kumar <adwiv@yahoo.com>
42         * XmlSchemaUtil.cs: New file added. 
43         
44         * Parser.cs: New file Added. Unused at the moment.
45
46         * XmlSchemaObjectCollection: Fixed GetEnumerator
47         
48         * General: Preprocessing for Attributes and SimpleTypes completed.
49
50 2002-04-26  Duncan Mak  <duncan@ximian.com>
51
52         * ValidationHandler.cs: New file.
53
54         * XmlSchemaInfo.cs: New file.
55
56         * *.cs: More updates from Ajay.
57
58 2002-03-27  Duncan Mak  <duncan@ximian.com>
59
60         * *.cs: Updates from Ajay Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>.