xmltextwriter writestartdocument and writeendelement.
[mono.git] / mcs / class / System.XML / Test / XmlDocumentTests.cs
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...