ChangeLog 2.2 KB

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