2004-11-03 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 3 Nov 2004 14:37:55 +0000 (14:37 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 3 Nov 2004 14:37:55 +0000 (14:37 -0000)
commit417e14b18c602fd5dade6cf500064b4c34b8d25e
treec1be15dffd0886dbc42f17e3ce06935301f3dabc
parentba7e114754a2482a7bfb20ecc107b8ee363db392
2004-11-03  Atsushi Enomoto <atsushi@ximian.com>

* XmlTextReader.cs :
  With related to AddNamespace(), there was extra string.StartsWith()
  calls. Now AttributeTokenInfo.FillNames() is splitted into
  FillPrefixAndXmlns() and FillNamespace(), and AddNamespace() is done
  at FillPrefixAndXmlns().

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