Browse Source

2002-10-22 Tim Haynes <[email protected]>

	* - Fixed the duplication of xmlns:xx = yy when serializing the
	XML for serialization

	Fixed the unnecessary parsing/serializing when adding assemblies
	for serialization

	Avoided setting the XmlNode.InnerXml property
	(as it's not implemented)

	Fixed the usage/implementation of
	XmlElement.GetElementsByTagName()

svn path=/trunk/mcs/; revision=8473
Miguel de Icaza 23 years ago
parent
commit
c87eee78f6
1 changed files with 14 additions and 0 deletions
  1. 14 0
      mcs/class/System.XML/System.Xml/ChangeLog

+ 14 - 0
mcs/class/System.XML/System.Xml/ChangeLog

@@ -1,3 +1,17 @@
+2002-10-22  Tim Haynes <[email protected]>
+
+	* - Fixed the duplication of xmlns:xx = yy when serializing the
+	XML for serialization
+	
+	Fixed the unnecessary parsing/serializing when adding assemblies
+	for serialization 
+
+	Avoided setting the XmlNode.InnerXml property
+	(as it's not implemented) 
+
+	Fixed the usage/implementation of
+	XmlElement.GetElementsByTagName()
+	
 2002-10-21  Duncan Mak  <[email protected]>
 
 	* XmlDocument.cs: