ChangeLog 3.0 KB

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