Переглянути джерело

2003-01-08 Atsushi Enomoto <[email protected]>

	* XmlTextReader.cs : bugfix for attributes related to creation of
	  XmlAttribute *node*.

svn path=/trunk/mcs/; revision=10254
Atsushi Eno 23 роки тому
батько
коміт
847f6606b2

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

@@ -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

+ 1 - 1
mcs/class/System.XML/System.Xml/XmlTextReader.cs

@@ -537,7 +537,7 @@ namespace System.Xml
 					value += attributeString.Substring (attributeStringCurrentPosition,
 						nextPosition - attributeStringCurrentPosition);
 					attributeStringCurrentPosition = nextPosition;
-					break;
+					continue;
 				}
 			}