ChangeLog 655 B

1234567891011121314151617181920212223242526
  1. 2003-07-31 Duncan Mak <[email protected]>
  2. * XmlDataDocument.cs (BaseURI):
  3. (InnerXml):
  4. (IsReadOnly):
  5. (this):
  6. (LocalName):
  7. (Name):
  8. (OwnerDocument):
  9. (WriteContentTo):
  10. (WriteTo): Removed, these do not need to be redefined, as
  11. they are inherited from XmlDocument already.
  12. (CreateElement): simplifed the
  13. implementation. XmlDocument.CreateElement can handle String.Empty
  14. and null just fine.
  15. 2003-03-12 Alan Tam <[email protected]>
  16. * XmlDataDocument.cs: Still need to print tag for the DataSet if there
  17. is no data at all.
  18. 2003-01-27 Ville Palo <[email protected]>
  19. * ChangeLog: Added this file.
  20. * XmlDataDocument.cs: Some little fixes.