Commit History

Author SHA1 Message Date
  Jason Diamond d666dfcf57 Ensure that an element's prefix and namespaceURI are String.Empty and not null. 23 years ago
  Duncan Mak 2e22dca527 2002-06-08 Duncan Mak <[email protected]> 23 years ago
  Jason Diamond 4d82c52aeb In System.Xml: 23 years ago
  Miguel de Icaza aaa4e5c7c4 2002-05-26 Miguel de Icaza <[email protected]> 23 years ago
  Duncan Mak 532d9eb391 2002-04-12 Duncan Mak <[email protected]> 24 years ago
  Kral Ferch 420c7f042a InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives. 24 years ago
  Kral Ferch c8e7937354 Implementation of XmlDocument.CreateNode() 24 years ago
  Piers Haken cc63806f23 minor CLS conformance tweaks (visibility, virtual, abstract, sealed, etc...) 24 years ago
  Duncan Mak 66461e7b7a 2002-03-28 Duncan Mak <[email protected]> 24 years ago
  Duncan Mak 58a9a7d2d6 2002-03-26 Duncan Mak <[email protected]> 24 years ago
  Duncan Mak 2ebeb2f673 2002-03-26 Duncan Mak <[email protected]> 24 years ago
  Duncan Mak a412fd0bee 2002-03-25 Duncan Mak <[email protected]> 24 years ago
  Duncan Mak cc397dd95d 2002-03-22 Duncan Mak <[email protected]> 24 years ago
  Duncan Mak b9e2f23ea5 2002-03-22 Duncan Mak <[email protected]> 24 years ago
  Jason Diamond f2731147a6 Fixed typo in XmlDocument.Load that was duplicating the LocalName in the Prefix. 24 years ago
  Jason Diamond 4a4d210198 MoveToElement after reading attributes instead of restoring the element properties early. 24 years ago
  Kral Ferch d7645f64a5 namespace and prefix support in XmlTextWriter 24 years ago
  Kral Ferch 5b7629fbf3 Work on XmlDocument and XmlTextWriter 24 years ago
  Duncan Mak 1de3b33621 2002-03-14 Duncan Mak <[email protected]> 24 years ago
  Duncan Mak e34b4528d4 2002-03-14 Duncan Mak <[email protected]> 24 years ago
  Jason Diamond 686b51d1a6 Updated XmlAttribute so that it can have child nodes and refactored some of the child node code in XmlDocument and XmlElement into XmlNode. 24 years ago
  Kral Ferch 8054460332 XmlNodeListChildren implements XmlNodeList for XmlNode.ChildNodes 24 years ago
  Kral Ferch 3ecbf47486 rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNode 24 years ago
  Jason Diamond 5c5921fbf6 Fixes for XmlComment, XmlProcessingInstruction, and XmlDocument courtesy of Kral Ferch <[email protected]>. 24 years ago
  Jason Diamond 2207a5d906 Implemented all of the CreateElement and CreateAttribute methods. 24 years ago
  Jason Diamond b85325090c Got attributes and text nodes working while loading a document. 24 years ago
  Mike Kestner 7745d16d5d 24 years ago
  Jason Diamond 2c72e51635 Initial implementation of XmlDocument.LoadXml courtesy of Kral Ferch <[email protected]>. 24 years ago
  Jason Diamond f0499ad934 Added simple test for XmlDocument. Made many fixes to existing code to get the test to pass. 24 years ago
  Daniel Weber f856b27cc4 * XmlAttribute.cs re-arrange source file to put attributes first. Implement 24 years ago