ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2004-07-28 Atsushi Enomoto <[email protected]>
  2. * XmlQueryCompileException.cs : removed extra GetObjectData().
  3. * XsltCommand.cs : fixed signatures of Compile() and Execute() methods.
  4. 2004-07-27 Atsushi Enomoto <[email protected]>
  5. * XQueryParser.jay,
  6. XPath2Expression.cs,
  7. XQueryModuleProlog.cs,
  8. XQueryTokenizer.cs :
  9. Removed SchemaContext. StepExpr and XPathAxis redesign.
  10. (Partially) updated Prolog to match with XQuery 7/23/2004 spec.
  11. XML comment/PI/CDATA recognition in tokenizer.
  12. 2004-07-26 Atsushi Enomoto <[email protected]>
  13. * skelton-2.0.cs,
  14. XQueryParser.jay,
  15. XQueryTokenizer.cs,
  16. XQueryModuleProlog.cs,
  17. XPath2Expression.cs,
  18. XQueryExpression.cs : added.
  19. 2004-07-23 Atsushi Enomoto <[email protected]>
  20. * XmlQueryCompileException.cs, XmlQueryException.cs :
  21. added internal constructor that supplies error location.
  22. Removed Message property.
  23. 2004-07-20 Atsushi Enomoto <[email protected]>
  24. * XsltCommand.cs, XmlArgumentList.cs : sealed. Added missing MonoTODO.
  25. * XQueryConvert.cs : added. (namespace is temporarily MS.Internal.Xml)
  26. 2004-05-22 Atsushi Enomoto <[email protected]>
  27. * IXmlCompilerInclude.cs,
  28. QueryEventArgs.cs,
  29. QuertEventHandler.cs,
  30. XmlArgumentList.cs,
  31. XsltCommand.cs : added.
  32. * XmlQueryArgumentList.cs,
  33. XsltProcessor.cs : removed (only in .NET 1.2).
  34. * XmlCommand.cs,
  35. XmlQueryCompileException.cs,
  36. XmlQueryException.cs : updated API to that of .NET 2.0.
  37. 2003-12-14 Tim Coleman <[email protected]>
  38. * ChangeLog XmlCommand.cs XmlQueryArgumentList.cs
  39. * XmlQueryCompileException.cs XmlQueryException.cs XsltProcessor.cs:
  40. Move classes from the System.Data.SqlXml assembly where they
  41. did not belong.