rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNode
[mono.git] / mcs / class / System.XML / Test / ChangeLog
2002-03-07 Kral Ferchrewrote XmlNode with touchups to XmlDocument, XmlElemen...
2002-03-03 Jason DiamondFixes for XmlComment, XmlProcessingInstruction, and...
2002-03-03 Jason DiamondImplemented all of the CreateElement and CreateAttribut...
2002-03-03 Jason DiamondGot attributes and text nodes working while loading...
2002-03-02 Mike KestnerIn Test:
2002-03-02 Jason DiamondXmlNamespaceManager now adds prefixes and namespaces...
2002-03-01 Jason DiamondInitial implementation of XmlDocument.LoadXml courtesy...
2002-03-01 Jason DiamondMore reformatting to Mono standards. Added MonoTODO...
2002-02-27 Martin Baulig2002-02-27 Martin Baulig <martin@gnome.org>
2002-02-26 Duncan MakTest for System.Xml.NameTable.
2002-02-26 Jason DiamondNamespace declarations are now treated like attributes...
2002-02-25 Jason DiamondAdded simple test for XmlDocument. Made many fixes...
2002-02-23 Jason DiamondAdded support for namespaces on attributes.
2002-02-23 Jason DiamondInitial implementation of XmlNamespaceManager. Added...