Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-052002-05-05 Nick Drochak <ndrochak@gol.com>Nick Drochak
* AllTests.cs * NameTableTests.cs * TheTests.cs * XPathScannerTests.cs * XmlAttributeTests.cs * XmlCDataSectionTests.cs * XmlCommentTests.cs * XmlDeclarationTests.cs * XmlDocumentTests.cs * XmlDocumentTypeTests.cs * XmlElementTests.cs * XmlNamespaceManagerTests.cs * XmlNodeListTests.cs * XmlProcessingInstructionTests.cs * XmlSignificantWhitespaceTests.cs * XmlTextReaderTests.cs * XmlTextTests.cs * XmlTextWriterTests.cs * XmlWhiteSpaceTests.cs: Use same namespace style as corlib tests. Changed Ximian.Mono.Tests to MonoTests.System.Xml svn path=/trunk/mcs/; revision=4300
2002-04-09InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives.Kral Ferch
svn path=/trunk/mcs/; revision=3704
2002-03-08Updated XmlAttribute so that it can have child nodes and refactored some of ↵Jason Diamond
the child node code in XmlDocument and XmlElement into XmlNode. svn path=/trunk/mcs/; revision=2988
2002-03-07rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNodeKral Ferch
svn path=/trunk/mcs/; revision=2954
2002-03-03Got attributes and text nodes working while loading a document.Jason Diamond
svn path=/trunk/mcs/; revision=2848
2002-03-03In Test:Mike Kestner
2002-03-02 Mike Kestner <mkestner@speakeasy.net> * XmlAttributeTests.cs : New test suite for attrs. * AllTests.cs : Add the attr suite. In System.Xml: 2002-03-02 Mike Kestner <mkestner@speakeasy.net> * XmlAttribute.cs : Using fix. * XmlDocument.cs (CreateAttribute(String)): Implement. svn path=/trunk/mcs/; revision=2847