http://bugzilla.novell.com/show_bug.cgi?id=496192
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=496192#c1 Atsushi Enomoto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Atsushi Enomoto <[email protected]> 2009-04-21 23:45:07 MDT --- Yes, as you guessed, the problem lies in misuse of XmlQualifiedName.Parse(). It must not be changed to return default-namespace-considered name since this behavior is necessary for XPath parsing (which is the primary purpose of this method). I committed a fix in svn (r132347). Note that the repro case won't work due to #496205. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
