ChangeLog 806 B

12345678910111213141516171819202122232425
  1. 2004-07-20 Atsushi Enomoto <[email protected]>
  2. * XsltCommand.cs, XmlArgumentList.cs : sealed. Added missing MonoTODO.
  3. * XQueryConvert.cs : added. (namespace is temporarily MS.Internal.Xml)
  4. 2004-05-22 Atsushi Enomoto <[email protected]>
  5. * IXmlCompilerInclude.cs,
  6. QueryEventArgs.cs,
  7. QuertEventHandler.cs,
  8. XmlArgumentList.cs,
  9. XsltCommand.cs : added.
  10. * XmlQueryArgumentList.cs,
  11. XsltProcessor.cs : removed (only in .NET 1.2).
  12. * XmlCommand.cs,
  13. XmlQueryCompileException.cs,
  14. XmlQueryException.cs : updated API to that of .NET 2.0.
  15. 2003-12-14 Tim Coleman <[email protected]>
  16. * ChangeLog XmlCommand.cs XmlQueryArgumentList.cs
  17. * XmlQueryCompileException.cs XmlQueryException.cs XsltProcessor.cs:
  18. Move classes from the System.Data.SqlXml assembly where they
  19. did not belong.