Added missing members to XmlParserContext and started using it from XmlTextReader.
[mono.git] / mcs / class / System.XML / System.Xml / XmlTextReader.cs
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