2002-03-11 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / XmlElement.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 DiamondImplemented all of the CreateElement and CreateAttribut...
2002-03-03 Jason DiamondGot attributes and text nodes working while loading...
2002-02-28 Jason DiamondReformatted, added missing members, and MonoTODO attrib...
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-22 Daniel WeberImplement NextSibling, PreviousSibling, RemoveAll,...
2001-11-20 Daniel WeberAdd constructor
2001-11-19 Daniel Weberfinish adding stubs to begin work on XmlDocuemnt.Load...