[Mono-bugs] [Bug 613684] Mono doesn't validate XML keyref in schemas

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 14 03:40:48 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=613684#c3


Atsushi Enomoto <aenomoto at novell.com> changed:

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

--- Comment #3 from Atsushi Enomoto <aenomoto at novell.com> 2010-06-14 07:40:47 UTC ---
Apart from the fix for bug #613682, there is another fix for this bug in svn
(r158867).

Though this bug report itself is mostly invalid. To get correct keyref
invalidity report, you have to specify
XmlSchemaValidationFlags.ProcessIdentityConstraints. Note that the enum is a
"flag", so you can just specify

settings.ValidationFlags = XmlSchemaValidationFlags.ReportValidationWarning
 | XmlSchemaValidationFlags.ProcessIdentityConstraints;

-- 
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