2003-09-14 Atsushi Enomoto * DTMXPathNavigator.cs, DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs : Added IXmlLineInfo support. Removed node's extraneous schemaType. Some code reformatting. 2003-09-13 Ben Maurer * Pattern.cs: Support static context. 2003-08-25 Ben Maurer * DTMXPathNavigator.cs: Allocate valueBuilder on first use. 2003-08-14 Atsushi Enomoto * DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs : - Implemented ID support using XmlValidatingReader. - Prefix should be String.Empty even if XmlReader.Prefix is null. 2003-07-23 Atsushi Enomoto * DTMXPathDocumentBuilder.cs : Fixed Read() that sets nodes' parent incorrectly. 2003-07-17 Peter Williams * DTMXPathDocumentBuilder.cs: csc.exe is more stringent about namespaces than mcs. We need to disambiguate System.Math from Mono.Math here. 2003-06-30 Atsushi Enomoto * Initial checkin. * Added ChangeLog, DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs and DTMXPathNavigator.cs.