Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Xml.Schema « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c1cd1e8e9fbe8f252f4273d927e1790cdcb1772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2002-06-18  Dwivedi, Ajay kumar <adwiv@yahoo.com>
	* XmlSchema: The Read and Write methods are no more [MonoTODO] :)
	
	* XmlSchemaAppInfo: Xml Markup is now being read.
	
	* XmlSchemaDocumentation: Xml Markup is now being read.

	* All: Unhandled attributes are being handled properly.
	       
	* All: Reordered the properties in all cs files to match with MS
	       Implementation. This was required since the order is importatnt
	       for the XmlSerializer.
	
2002-06-14  Dwivedi, Ajay kumar <adwiv@yahoo.com>
	* General: Fixed a few more Bugs

2002-06-10  Dwivedi, Ajay kumar <adwiv@yahoo.com>
	* XmlSchemaReader: A Wrapper class around XmlReader with customized
	  methods to suit reading a schema.
	* General: Implemented Read() method for the schema. There are only
	  a few minor bugs remaining.

2002-05-25  Dwivedi, Ajay kumar <adwiv@yahoo.com>
	* BUGS.txt: New file to keep track of bugs

	* ALL: All classes are initialized exactly as in .NET except
	       1. inclusion of language attribute in schema
	       2. ComplexContent's Particle is initialized to null whereas .NET 
	          to some internal implementation. IMO Null is more appropriate

	* ALL: Changed the Compile methods to return the count of errors.

	* ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
	       This number should shoot up if we write a parser to read the
	       Schema instead of using reflection (which is slower too)

2002-05-04  Dwivedi, Ajay kumar <adwiv@yahoo.com>
	* XmlSchemaUtil.cs: New file added. 
	
	* Parser.cs: New file Added. Unused at the moment.

	* XmlSchemaObjectCollection: Fixed GetEnumerator
	
	* General: Preprocessing for Attributes and SimpleTypes completed.

2002-04-26  Duncan Mak  <duncan@ximian.com>

	* ValidationHandler.cs: New file.

	* XmlSchemaInfo.cs: New file.

	* *.cs: More updates from Ajay.

2002-03-27  Duncan Mak  <duncan@ximian.com>

	* *.cs: Updates from Ajay Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>.