Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-12Some tests for XPathNavigator.Evaluate()Kral Ferch
2002-08-22Added implementation of namepsace qualified GetElementsByTagName courtesy ofJason Diamond
2002-08-20Added implementation of and tests for GetElementsByTagName courtesy of Matt H...Jason Diamond
2002-08-08Added XmlDocument event firing code.Kral Ferch
2002-05-052002-05-05 Nick Drochak <ndrochak@gol.com>Nick Drochak
2002-04-09InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives.Kral Ferch
2002-04-06Implementation of XmlDocument.CreateNode()Kral Ferch
2002-03-21xmltextwriter writestartdocument and writeendelement.Kral Ferch
2002-03-19Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix.Jason Diamond
2002-03-19namespace and prefix support in XmlTextWriterKral Ferch
2002-03-18More XmlTextWriter and node WriteTo.Kral Ferch
2002-03-17Work on XmlDocument and XmlTextWriterKral Ferch
2002-03-14start of XmlTextWriterKral Ferch
2002-03-07rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNodeKral Ferch
2002-03-03Fixes for XmlComment, XmlProcessingInstruction, and XmlDocument courtesy of K...Jason Diamond
2002-03-03Got attributes and text nodes working while loading a document.Jason Diamond
2002-03-01Initial implementation of XmlDocument.LoadXml courtesy of Kral Ferch <kral.fe...Jason Diamond
2002-02-272002-02-27 Martin Baulig <martin@gnome.org>Martin Baulig
2002-02-26Added simple test for XmlDocument. Made many fixes to existing code to get th...Jason Diamond