[Mono-bugs] [Bug 49580][Min] Changed - GetNamespaceOfPrefix
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Oct 2003 18:53:47 -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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=49580
--- shadow/49580 2003-10-12 18:47:34.000000000 -0400
+++ shadow/49580.tmp.30903 2003-10-12 18:53:46.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49580
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: System.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: tberman@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -20,6 +20,21 @@
result of XmlNode.GetNamespaceOfPrefix.
as well as there needs to be a node == null check at the end of the while
to make sure you wont be causing a NullRef to pop out.
--Todd
+
+------- Additional Comments From tberman@gentoo.org 2003-10-12 18:53 -------
+Actually, after looking at this more, this whole function needs a
+bit of help.
+
+When i pass in an XmlElement to it thats part of a document that has
+an xmlns working on ms.net, it works fine, on mono, it unhandled
+exceptions with a nullref (needs that check described) or with that
+check, returns null.
+
+I would assume that this impl is a hold over with some quick work
+done that needs to be cleaned up, and re-implemented a bit. If you
+would like a test case of something that works fine on ms.net and
+doesnt work on mono regarding the use of this function, ask, and I
+will whip on together.