sorry, forgot to add it.
[mono.git] / mcs / class / System.XML / Test / XmlDocumentTests.cs
2003-01-07 Atsushi Eno2003-01-08 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2002-12-27 Atsushi Eno2002-12-28 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2002-12-27 Atsushi Eno2002-12-28 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2002-12-23 Atsushi Eno2002-12-24 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2002-11-13 Atsushi Eno*** empty log message ***
2002-10-28 Atsushi Eno*** empty log message ***
2002-10-24 Atsushi Eno * XmlDocumentTests.cs : added TestDocumentWithDoctypeD...
2002-10-24 Nick Drochak2002-10-24 Nick Drochak <ndrochak@gol.com>
2002-10-23 Atsushi Eno * XmlDocumentTests.cs: TestDocumentLoadUromUrl()
2002-10-21 Duncan Mak2002-10-21 Duncan Mak <duncan@ximian.com>
2002-10-19 Duncan Mak2002-10-18 Duncan Mak <duncan@ximian.com>
2002-09-12 Kral FerchSome tests for XPathNavigator.Evaluate()
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...