ChangeLog 2.6 KB

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