2004-09-08 Atsushi Enomoto * XQueryCommand.cs : Use XmlWriter.Create() instead of XmlTextWriter. It affects on XML declaration output. 2004-09-01 Atsushi Enomoto * XQueryCommand.cs : Forgot to commit. sys.xml internal class now requires this instance for message delegating (not complete though). 2004-08-25 Atsushi Enomoto * XQueryCommand.cs : Reverted. "context item is nothing" should be differentiate from "context item is document". 2004-08-20 Atsushi Enomoto * XQueryCommand.cs : use new XPathDocument() for empty contextdocument. 2004-08-20 Atsushi Enomoto * XQueryCommand.cs : Now it delegates all implementation logic to Mono.Xml.XQuery.XQueryCommandImpl class (now Execute() is also invoked.) 2004-07-23 Atsushi Enomoto * XQueryCommand.cs : Implemented a bit (added nonexposed xquery parser call). 2004-05-22 Atsushi Enomoto * Added ChangeLog. * XQueryProcessor.cs, XmlViewSchema.cs, XmlViewSchemaDictionary.cs : removed old classes. * XQueryCommand.cs, XmlMapping.cs, XmlMappingDictionary.cs : added new clases.