Added implementation of namepsace qualified GetElementsByTagName courtesy of
[mono.git] / mcs / class / System.XML / Test / ChangeLog
2002-08-22 Jason DiamondAdded implementation of namepsace qualified GetElements...
2002-08-20 Jason DiamondAdded implementation of and tests for GetElementsByTagN...
2002-08-18 Jason DiamondFixed matching on patterns that look like absolute...
2002-08-17 Jason Diamond2002-08-17 Jason Diamond <jason@injektilo.org>
2002-08-17 Jason Diamond2002-08-16 Jason Diamond <jason@injektilo.org>
2002-08-17 Jason Diamond2002-08-16 Jason Diamond <jason@injektilo.org>
2002-08-10 Jason Diamond* makefile.gnu: Use relative path to NUnitConsole_mono...
2002-08-08 Jason DiamondAdded Kral's new test classes.
2002-08-08 Kral FerchAdded XmlDocument event firing code.
2002-08-03 Jason DiamondFixed another bug to help get the System.XML tests...
2002-07-12 Piers Haken2002-07-12 Piers Haken <piersh@friskit.com
2002-07-12 Jason DiamondAdded some tests for the SelectNodes method.
2002-07-11 Piers Haken2002-07-11 Piers Haken <piersh@friskit.com>
2002-06-24 Jason DiamondRemoved my incomplete XPathScanner code.
2002-05-27 Jason DiamondIn System.Xml:
2002-05-05 Nick Drochak2002-05-05 Nick Drochak <ndrochak@gol.com>
2002-05-05 Nick Drochak2002-05-05 Nick Drochak <ndrochak@gol.com>
2002-04-09 Kral FerchInnerXml, OuterXml, WriteContentTo, and WriteTo for...
2002-04-06 Kral FerchImplementation of XmlDocument.CreateNode()
2002-04-02 Kral FerchXmlTextWriter impls for WriteEndDocument and WriteFullE...
2002-03-31 Kral FerchXmlTextWriter impls for LookupPrefix, WriteBase64,...
2002-03-31 Kral Ferchtouchups on XmlTextWriter attribute writing.
2002-03-30 Kral FerchXmlLang and XmlSpace for XmlTextWriter.
2002-03-30 Kral FerchWorking on Attribute methods for XmlTextWriter.
2002-03-28 Duncan Mak2002-03-28 Duncan Mak <duncan@ximian.com>
2002-03-27 Jason DiamondRemoved XPathScannerTests from the project since VS...
2002-03-27 Duncan Mak2002-03-26 Duncan Mak <duncan@ximian.com>
2002-03-26 Duncan Mak2002-03-26 Duncan Mak <duncan@ximian.com>
2002-03-26 Jason DiamondCan now scan most location paths (without predicates).
2002-03-26 Jason DiamondAdded XPathScanner and Tests.
2002-03-25 Duncan Mak2002-03-25 Duncan Mak <duncan@ximian.com>
2002-03-23 Kral FerchXmlTextWriter work on BaseStream, WriteState, and Names...
2002-03-23 Kral FerchXmlTextWriter formatting, indenting, xml declaration...
2002-03-22 Duncan Mak2002-03-22 Duncan Mak <duncan@ximian.com>
2002-03-22 Duncan Mak2002-03-22 Duncan Mak <duncan@ximian.com>
2002-03-21 Kral Ferchxmltextwriter writestartdocument and writeendelement.
2002-03-19 Jason DiamondFixed typo in XmlDocument.Load that was duplicating...
2002-03-18 Kral Ferchnamespace and prefix support in XmlTextWriter
2002-03-18 Kral FerchMore XmlTextWriter and node WriteTo.
2002-03-17 Kral FerchWork on XmlDocument and XmlTextWriter
2002-03-15 Kral FerchImplemented WriteCData and WriteComment.
2002-03-14 Kral Ferchstart of XmlTextWriter
2002-03-13 Kral FerchFinished XmlNodeListChildren
2002-03-09 Jason DiamondImplemented MoveToElement and MoveToFirstAttribute.
2002-03-08 Jason DiamondUpdated XmlAttribute so that it can have child nodes...
2002-03-08 Kral FerchXmlNodeListChildren implements XmlNodeList for XmlNode...
2002-03-08 Nick Drochak2002/03/08 Nick Drochak <ndrochak@gol.com>
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-02 Jason DiamondXmlNamespaceManager now adds prefixes and namespaces...
2002-03-01 Jason DiamondInitial implementation of XmlDocument.LoadXml courtesy...
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 Duncan MakTest for System.Xml.NameTable.
2002-02-26 Jason DiamondNamespace declarations are now treated like attributes...
2002-02-25 Jason DiamondAdded simple test for XmlDocument. Made many fixes...
2002-02-23 Jason DiamondAdded support for namespaces on attributes.
2002-02-23 Jason DiamondInitial implementation of XmlNamespaceManager. Added...