ChangeLog 2.7 KB

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