ChangeLog 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2002-05-25 Dwivedi, Ajay kumar <[email protected]>
  2. * BUGS.txt: New file to keep track of bugs
  3. * ALL: All classes are initialized exactly as in .NET except
  4. 1. inclusion of language attribute in schema
  5. 2. ComplexContent's Particle is initialized to null whereas .NET
  6. to some internal implementation. IMO Null is more appropriate
  7. * ALL: Changed the Compile methods to return the count of errors.
  8. * ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
  9. This number should shoot up if we write a parser to read the
  10. Schema instead of using reflection (which is slower too)
  11. 2002-05-04 Dwivedi, Ajay kumar <[email protected]>
  12. * XmlSchemaUtil.cs: New file added.
  13. * Parser.cs: New file Added. Unused at the moment.
  14. * XmlSchemaObjectCollection: Fixed GetEnumerator
  15. * General: Preprocessing for Attributes and SimpleTypes completed.
  16. 2002-04-26 Duncan Mak <[email protected]>
  17. * ValidationHandler.cs: New file.
  18. * XmlSchemaInfo.cs: New file.
  19. * *.cs: More updates from Ajay.
  20. 2002-03-27 Duncan Mak <[email protected]>
  21. * *.cs: Updates from Ajay Dwivedi <[email protected]>.