* XmlTextReader.cs : MoveToAttribute methods must set the enumerator to the right
authorLluis Sanchez <lluis@novell.com>
Wed, 28 May 2003 22:13:28 +0000 (22:13 -0000)
committerLluis Sanchez <lluis@novell.com>
Wed, 28 May 2003 22:13:28 +0000 (22:13 -0000)
commit5584fe9d905d4536021f0a09f768c62218d8ecfd
treec809fe118986584a2d1d5119f558fab44b1bd3bb
parentadc477939f81e4d42f0151702f183ef841b4cfb1
* XmlTextReader.cs : MoveToAttribute methods must set the enumerator to the right
  position, since MoveToNextAttribute may be called after it.
  SetProperties(): attributes do not "inherit" the namespace.
* XmlDocument.cs: ReadNode(), ReadAttributeNode(): must keep the current reader position.

svn path=/trunk/mcs/; revision=14975
mcs/class/System.XML/System.Xml/ChangeLog
mcs/class/System.XML/System.Xml/XmlDocument.cs
mcs/class/System.XML/System.Xml/XmlTextReader.cs