I mis-read the docs and implemented the method the wrong way.. ;-(
[mono.git] / mcs / class / System.XML /
2002-03-13 Duncan MakI mis-read the docs and implemented the method the...
2002-03-13 Duncan Mak2002-03-13 Duncan Mak <duncan@ximian.com>
2002-03-13 Kral FerchFinished XmlNodeListChildren
2002-03-13 Duncan Mak2002-03-12 Duncan Mak <duncan@ximian.com>
2002-03-11 Duncan Mak2002-03-11 Duncan Mak <duncan@ximian.com>
2002-03-09 Jason DiamondAdded missing members to XmlParserContext and started...
2002-03-09 Jason DiamondImplemented MoveToElement and MoveToFirstAttribute.
2002-03-08 Mike Kestner2002-03-08 Mike Kestner <mkestner@speakeasy.net>
2002-03-08 Duncan Mak2002-03-08 Duncan Mak <duncan@ximian.com>
2002-03-08 Jason DiamondRemoved some enumerations that might have been in Beta2...
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 Jason DiamondStubbed out XPathExpression and XPathNavigator and...
2002-03-08 Nick Drochak2002/03/08 Nick Drochak <ndrochak@gol.com>
2002-03-07 Jason DiamondRemoved redundant code.
2002-03-07 Jason DiamondDisable warning CS0679.
2002-03-07 Kral Ferchrewrote XmlNode with touchups to XmlDocument, XmlElemen...
2002-03-03 Jason DiamondFixes for XmlComment, XmlProcessingInstruction, and...
2002-03-03 Jason DiamondForgot to check this in. Sorry.
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 DiamondIgnore generated files and directories for those of...
2002-03-01 Jason DiamondMore reformatting to Mono standards. Added MonoTODO...
2002-02-28 Jason DiamondReformatted, added missing members, and MonoTODO attrib...
2002-02-28 Jason DiamondSolution and project files to help debug System.XML.
2002-02-27 Martin BauligAdded.
2002-02-27 Martin Baulig2002-02-27 Martin Baulig <martin@gnome.org>
2002-02-26 Duncan Mak* XmlCDataSection.cs: Initial implementation.
2002-02-26 Duncan MakTest for System.Xml.NameTable.
2002-02-26 Duncan MakForgot about this....
2002-02-26 Duncan Mak2002-02-26 Duncan Mak <duncan@ximian.com>
2002-02-26 Jason DiamondNamespace declarations are now treated like attributes...
2002-02-26 Duncan Mak2002-02-26 Duncan Mak <duncan@ximian.com>
2002-02-25 Duncan Mak2002-02-25 Duncan Mak <duncan@ximian.com>
2002-02-25 Jason DiamondAdded simple test for XmlDocument. Made many fixes...
2002-02-25 Duncan Mak2002-02-25 Duncan Mak <duncan@ximian.com>
2002-02-25 Duncan Mak2002-02-25 Duncan Mak <duncan@ximian.com>
2002-02-25 Duncan Mak2002-02-24 Duncan Mak <duncan@ximian.com>
2002-02-24 Duncan Mak2002-02-24 Duncan Mak <duncan@ximian.com>
2002-02-24 Duncan Mak2002-02-24 Duncan Mak <duncan@ximian.com>
2002-02-23 Jason DiamondAdded support for namespaces on attributes.
2002-02-23 Jason DiamondInitial implementation of XmlNamespaceManager. Added...
2002-02-23 Nick Drochak2002-02-23 Nick Drochak <ndrochak@gol.com>
2002-02-23 Nick Drochak2002-02-23 Nick Drochak <ndrochak@gol.com>
2002-02-23 Nick Drochak2002-02-23 Nick Drochak <ndrochak@gol.com>
2002-02-22 Duncan Mak2002-02-22 Duncan Mak <duncan@ximian.com>
2002-02-11 Jason DiamondFixed build to test our XML classes and not Microsoft...
2002-01-23 Dick Porter2002-01-23 Dick Porter <dick@ximian.com>
2002-01-04 Daniel WeberCheck in latest build versions
2002-01-04 Daniel WeberCheck in latest version to fix build errors
2001-12-28 Daniel WeberFirst cut at Xml Parser
2001-12-07 Nick Drochak2001-12-07 Nick Drochak <ndrochak@gol.com>
2001-11-29 Daniel Weber* XmlAttribute.cs re-arrange source file to put attribu...
2001-11-24 Daniel WeberInternal class to handle Xml 1.0 character/name validation
2001-11-22 Daniel WeberAdd summary information to enumerations.
2001-11-22 Daniel WeberAdd descriptions to enumerations
2001-11-22 Daniel WeberImplement basic functionality, still missing CloneNode...
2001-11-22 Daniel WeberAdd copyright information
2001-11-22 Daniel WeberInitial implementation of XmlException
2001-11-22 Daniel WeberImplement NextSibling, PreviousSibling, RemoveAll,...
2001-11-20 Daniel WeberFix build bug on XPathNavigator
2001-11-20 Daniel WeberMove XPath classes to their own directory (System.Xml...
2001-11-20 Daniel WeberFix constructors
2001-11-20 Daniel WeberAdd constructor
2001-11-20 Daniel WeberImplement events, add constructors
2001-11-20 Daniel WeberCorrect System.Xml.XPath error, implement InsertAfter
2001-11-20 Daniel Weber*** empty log message ***
2001-11-19 Daniel Weberfinish adding stubs to begin work on XmlDocuemnt.Load...
2001-11-19 Daniel Weberadd new System.Xml classes
2001-11-11 Sean MacIsaac* AttributeUseage.cs: Should define AttributeUsageAttri...
2001-11-08 Nick Drochak2001-11-09 Nick Drochak <ndrochak@gol.com>
2001-10-18 Sean MacIsaacSystem.CodeDom.*: Missing namespace declarations
2001-10-08 Dick PorterFixed syntax errors
2001-10-07 Miguel de IcazaAdd AllTests file from Mario
2001-09-26 Sean MacIsaacNAnt build files and System.Data files moved to appropr...
2001-09-26 Sean MacIsaacRemoving old build files. NAnt doesn't use them.
2001-09-07 Sergey ChabanRemoved auto-generated comments.
2001-09-02 Miguel de IcazaAdded new enumerations
2001-08-29 Alexander KlyubinAdded 'clean' target to make files
2001-07-19 Miguel de IcazaMore XML work
2001-07-19 Miguel de IcazaAdd cvsignore
2001-07-19 Miguel de IcazaMake compile
2001-07-18 Miguel de IcazaAdd .src files
2001-07-18 Miguel de IcazaCompile
2001-07-16 Miguel de IcazaAdd System.XML