ChangeLog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. 2003-07-06 Atsushi Enomoto <[email protected]>
  2. * added BuiltInDatatype.cs.
  3. * XmlSchemaDatatype.cs : [GetType()] added support for some
  4. built-in datatypes.
  5. 2003-05-05 Atsushi Enomoto <[email protected]>
  6. * XmlSchemaAnnotation.cs : It depended on incorrect ReadNode().
  7. 2003-02-19 Atsushi Enomoto <[email protected]>
  8. * XmlSchemaAnnotation.cs : expect the correct closing tag on <appinfo>
  9. and <documentation> elements. (patch by Peter Pentchev)
  10. * XmlSchemaObjectEnumerator.cs : cast properly to XmlSchemaObject
  11. instead of XmlSchema. (patch by Peter Pentchev)
  12. 2002-07-23 Duncan Mak <[email protected]>
  13. * XmlSchemaException.cs: Partiall implement the ISerializable
  14. methods. It's not clear now SourceSchemaObject should be deserialized.
  15. 2002-07-22 Tim Coleman <[email protected]>
  16. * XmlSchema.cs: Removed isCompiled which is defined as internal
  17. in XmlSchemaObject.
  18. 2002-06-18 Dwivedi, Ajay kumar <[email protected]>
  19. * XmlSchema: Started work on Validate methods
  20. 2002-06-18 Dwivedi, Ajay kumar <[email protected]>
  21. * XmlSchema: The Read and Write methods are no more [MonoTODO] :)
  22. * XmlSchemaAppInfo: Xml Markup is now being read.
  23. * XmlSchemaDocumentation: Xml Markup is now being read.
  24. * All: Unhandled attributes are being handled properly.
  25. * All: Reordered the properties in all cs files to match with MS
  26. Implementation. This was required since the order is importatnt
  27. for the XmlSerializer.
  28. 2002-06-14 Dwivedi, Ajay kumar <[email protected]>
  29. * General: Fixed a few more Bugs
  30. 2002-06-10 Dwivedi, Ajay kumar <[email protected]>
  31. * XmlSchemaReader: A Wrapper class around XmlReader with customized
  32. methods to suit reading a schema.
  33. * General: Implemented Read() method for the schema. There are only
  34. a few minor bugs remaining.
  35. 2002-05-25 Dwivedi, Ajay kumar <[email protected]>
  36. * BUGS.txt: New file to keep track of bugs
  37. * ALL: All classes are initialized exactly as in .NET except
  38. 1. inclusion of language attribute in schema
  39. 2. ComplexContent's Particle is initialized to null whereas .NET
  40. to some internal implementation. IMO Null is more appropriate
  41. * ALL: Changed the Compile methods to return the count of errors.
  42. * ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
  43. This number should shoot up if we write a parser to read the
  44. Schema instead of using reflection (which is slower too)
  45. 2002-05-04 Dwivedi, Ajay kumar <[email protected]>
  46. * XmlSchemaUtil.cs: New file added.
  47. * Parser.cs: New file Added. Unused at the moment.
  48. * XmlSchemaObjectCollection: Fixed GetEnumerator
  49. * General: Preprocessing for Attributes and SimpleTypes completed.
  50. 2002-04-26 Duncan Mak <[email protected]>
  51. * ValidationHandler.cs: New file.
  52. * XmlSchemaInfo.cs: New file.
  53. * *.cs: More updates from Ajay.
  54. 2002-03-27 Duncan Mak <[email protected]>
  55. * *.cs: Updates from Ajay Dwivedi <[email protected]>.