2002-03-13 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / XmlDocument.cs
2002-03-08 Jason DiamondUpdated XmlAttribute so that it can have child nodes...
2002-03-08 Kral FerchXmlNodeListChildren implements XmlNodeList for XmlNode...
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-01 Jason DiamondInitial implementation of XmlDocument.LoadXml courtesy...
2002-02-25 Jason DiamondAdded simple test for XmlDocument. Made many fixes...
2001-11-29 Daniel Weber* XmlAttribute.cs re-arrange source file to put attribu...
2001-11-20 Daniel WeberImplement events, add constructors
2001-11-19 Daniel Weberadd new System.Xml classes