implementing XmlElement.SetAttributeNode(localName, namespaceURI) and
[mono.git] / mcs / class / System.XML / Test / XmlTextReaderTests.cs
2002-05-27 Jason DiamondIn System.Xml:
2002-05-05 Nick Drochak2002-05-05 Nick Drochak <ndrochak@gol.com>
2002-03-09 Jason DiamondImplemented MoveToElement and MoveToFirstAttribute.
2002-03-03 Jason DiamondGot attributes and text nodes working while loading...
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 Jason DiamondNamespace declarations are now treated like attributes...
2002-02-23 Jason DiamondAdded support for namespaces on attributes.
2002-02-23 Jason DiamondInitial implementation of XmlNamespaceManager. Added...