[Mono-bugs] [Bug 49580][Min] Changed - GetNamespaceOfPrefix
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Oct 2003 23:37:38 -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=49580
--- shadow/49580 2003-10-12 19:42:39.000000000 -0400
+++ shadow/49580.tmp.32065 2003-10-12 23:37:38.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 49580
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: mono-bugs@ximian.com
ReportedBy: tberman@gentoo.org
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,9 @@
DocumentType. this will let it work against detached nodes.
first check the current element prefix against the prefix you are
comparing. This will optimize the case even if the prefix is
declared as an xmlns:* attribute, and greatly improve the case where
it isn't.
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-10-12 23:37 -------
+Now it should be fixed. Thanks.