From 8d73a2306c27e346de99e78f9159c90f6a2335b3 Mon Sep 17 00:00:00 2001 From: Piers Haken Date: Sun, 23 Jun 2002 16:52:58 +0000 Subject: 2002-06-23 Piers Haken System.Xml: * XmlDocumentNavigator.cs: implement Clone() * XmlElement.cs: remove bogus unimplemented override of InnerText * XmlNode.cs: implment SelectNodes/SelectSingleNode * XmlNodeArrayList.cs: new support class for SelectNodes System.Xml.Xsl: * XsltContext.cs: added 'PreserveWhitespace' abstract method System.Xml.XPath: * XPathNavigator.cs: implement: - Compile - Evaluate - Clone - Select - ToString - some forwarding methods * XPathNodeIterator: implement caching Count * Tokenizer.cs: new XPath tokenizer * Parser.jay: new XPath grammar * Parser.cs: new precompiled XPath grammar * Expression.cs: new XPath expression objects * Iterator.cs: new XPath result/context objects * DefaultContext.cs: new XPath function binding context svn path=/trunk/mcs/; revision=5421 --- mcs/class/System.XML/Mono.System.XML.csproj | 69 +++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'mcs/class/System.XML/Mono.System.XML.csproj') diff --git a/mcs/class/System.XML/Mono.System.XML.csproj b/mcs/class/System.XML/Mono.System.XML.csproj index 21d3819c1ef..18ecafccdae 100644 --- a/mcs/class/System.XML/Mono.System.XML.csproj +++ b/mcs/class/System.XML/Mono.System.XML.csproj @@ -90,6 +90,11 @@ SubType = "Code" BuildAction = "Compile" /> + + + + + + + + + + + + + +