ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2004-09-08 Atsushi Enomoto <[email protected]>
  2. * XQueryCommand.cs : Use XmlWriter.Create() instead of XmlTextWriter.
  3. It affects on XML declaration output.
  4. 2004-09-01 Atsushi Enomoto <[email protected]>
  5. * XQueryCommand.cs : Forgot to commit. sys.xml internal class now
  6. requires this instance for message delegating (not complete though).
  7. 2004-08-25 Atsushi Enomoto <[email protected]>
  8. * XQueryCommand.cs : Reverted. "context item is nothing" should be
  9. differentiate from "context item is document".
  10. 2004-08-20 Atsushi Enomoto <[email protected]>
  11. * XQueryCommand.cs : use new XPathDocument() for empty contextdocument.
  12. 2004-08-20 Atsushi Enomoto <[email protected]>
  13. * XQueryCommand.cs : Now it delegates all implementation logic to
  14. Mono.Xml.XQuery.XQueryCommandImpl class (now Execute() is also
  15. invoked.)
  16. 2004-07-23 Atsushi Enomoto <[email protected]>
  17. * XQueryCommand.cs : Implemented a bit (added nonexposed xquery
  18. parser call).
  19. 2004-05-22 Atsushi Enomoto <[email protected]>
  20. * Added ChangeLog.
  21. * XQueryProcessor.cs,
  22. XmlViewSchema.cs,
  23. XmlViewSchemaDictionary.cs : removed old classes.
  24. * XQueryCommand.cs,
  25. XmlMapping.cs,
  26. XmlMappingDictionary.cs : added new clases.