Added implementation of namepsace qualified GetElementsByTagName courtesy of
[mono.git] / mcs / class / System.XML / Test / XmlDocumentTests.cs
2002-08-22 Jason DiamondAdded implementation of namepsace qualified GetElements...
2002-08-20 Jason DiamondAdded implementation of and tests for GetElementsByTagN...
2002-08-08 Kral FerchAdded XmlDocument event firing code.
2002-05-05 Nick Drochak2002-05-05 Nick Drochak <ndrochak@gol.com>
2002-04-09 Kral FerchInnerXml, OuterXml, WriteContentTo, and WriteTo for...
2002-04-06 Kral FerchImplementation of XmlDocument.CreateNode()
2002-03-21 Kral Ferchxmltextwriter writestartdocument and writeendelement.
2002-03-19 Jason DiamondFixed typo in XmlDocument.Load that was duplicating...
2002-03-18 Kral Ferchnamespace and prefix support in XmlTextWriter
2002-03-18 Kral FerchMore XmlTextWriter and node WriteTo.
2002-03-17 Kral FerchWork on XmlDocument and XmlTextWriter
2002-03-14 Kral Ferchstart of XmlTextWriter
2002-03-07 Kral Ferchrewrote XmlNode with touchups to XmlDocument, XmlElemen...
2002-03-03 Jason DiamondFixes for XmlComment, XmlProcessingInstruction, and...
2002-03-03 Jason DiamondGot attributes and text nodes working while loading...
2002-03-01 Jason DiamondInitial implementation of XmlDocument.LoadXml courtesy...
2002-02-27 Martin Baulig2002-02-27 Martin Baulig <martin@gnome.org>
2002-02-25 Jason DiamondAdded simple test for XmlDocument. Made many fixes...