2002-08-16 Jason Diamond <jason@injektilo.org>
[mono.git] / mcs / class / System.XML / System.Xml / XmlTextReader.cs
2002-07-24 Paolo MolaroWed Jul 24 13:16:19 CEST 2002 Paolo Molaro <lupus@ximia...
2002-07-05 Gonzalo Paniagua... 2002-07-05 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-06-18 Ajay kumar Dwivedi2002-06-18 Ajay kumar Dwivedi <adwiv@yahoo.com>
2002-06-08 Adam Treat* MoveToAttribute should stop on the requested attribut...
2002-05-27 Jason DiamondIn System.Xml:
2002-04-14 Adam Treat* Implemented ctor (string xmlFragment).
2002-04-14 Adam Treat* Implemented ReadInnerXml and ReadOuterXml. We still...
2002-04-05 Adam TreatMoveToAttribute* Fix 'if' brackets.
2002-04-05 Adam Treat* Make sure we begin the search with the first attribute.
2002-04-05 Adam Treat* Implement MoveToAttribute(string name) method.
2002-04-04 Adam Treat* Added 'XmlTextReader (string url)' constructor
2002-03-18 Jason DiamondMoveToElement after reading attributes instead of resto...
2002-03-18 Kral Ferchfix for Mike Kestner.
2002-03-09 Jason DiamondAdded missing members to XmlParserContext and started...
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-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...
2002-02-11 Jason DiamondFixed build to test our XML classes and not Microsoft...
2001-07-19 Miguel de IcazaMore XML work
2001-07-16 Miguel de IcazaAdd System.XML