* XmlTextReader.cs : bugfix for attributes related to creation of XmlAttribute *node*. svn path=/trunk/mcs/; revision=10254
@@ -1,3 +1,8 @@
+2003-01-08 Atsushi Enomoto <[email protected]>
+
+ * XmlTextReader.cs : bugfix for attributes related to creation of
+ XmlAttribute *node*.
2003-01-08 Atsushi Enomoto <[email protected]>
* XmlTextReader.cs : bugfix for attribute values which have entity
@@ -537,7 +537,7 @@ namespace System.Xml
value += attributeString.Substring (attributeStringCurrentPosition,
nextPosition - attributeStringCurrentPosition);
attributeStringCurrentPosition = nextPosition;
- break;
+ continue;
}