2003-07-26 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Sat, 26 Jul 2003 19:38:37 +0000 (19:38 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Sat, 26 Jul 2003 19:38:37 +0000 (19:38 -0000)
commit155737a339f549b4840a462f48d31c51031a6b2a
tree6b76aa0563fb6e44144d1ecb150c558e81cbe2fd
parent166656c4bf19e248fc296dcc741184e50abf8da2
2003-07-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

* XmlDocumentType.cs :
  modified private DTD to dtd and added internal DTD (the same thing).
* XmlElement.cs :
  Fixed SetAttributeNode() to check if specified attribute is already
  set to the other element. In fact it is W3C DOM's specification but
  MS.NET 1.0 failed to catch it.
* XmlTextReader.cs :
  ReadAttributeValue() should check if the value of the attribute is
  already read when the whole value is entity reference.
  Also, Name of text nodes should be "", not "#text"

svn path=/trunk/mcs/; revision=16716
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlDocumentType.cs
mcs/class/System.XML/System.Xml/XmlElement.cs
mcs/class/System.XML/System.Xml/XmlTextReader.cs