[Mono-bugs] [Bug 48337][Min] Changed - XmlTextReader allows dup attribute if defined in duplicate namespaces.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Sep 2003 08:22:48 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ginga@kit.hi-ho.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=48337
--- shadow/48337 2003-09-10 13:03:25.000000000 -0400
+++ shadow/48337.tmp.28696 2003-09-26 08:22:48.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 48337
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: System.XML
AssignedTo: ginga@kit.hi-ho.ne.jp
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -105,6 +105,9 @@
allocate a few objects.
Also, we really shouldnt have to allocate *any* such objects if we
are reading sequentally, rather than pulling the elements by name.
I am assigning this bug to you.
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-09-26 08:22 -------
+This is already fixed. Thanks.