[Mono-bugs] [Bug 496192] XmlSchema error: The instance type was not found while reading a XML file

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 22 01:45:08 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=496192

User atsushi at ximian.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=496192#c1


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Atsushi Enomoto <atsushi at ximian.com>  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.


More information about the mono-bugs mailing list