[Mono-bugs] [Bug 469317] New: XML schema validation fails when ValidationType is set to Schema

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 26 08:27:17 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=469317


           Summary: XML schema validation fails when ValidationType is set
                    to Schema
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: atsushi at ximian.com
        ReportedBy: annelie.karlsson at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=267600)
 --> (https://bugzilla.novell.com/attachment.cgi?id=267600)
Zip file of source code with test case

User-Agent:       Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB5;
SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR
3.0.30618)

XML schema validation fails in Mono if the ValidationType is set to Schema,
giving the error message 'a name did not start with a legal character 124'. It
works in .NET. If the ValidationType is set to Auto, it works in both but that
method is obsolete. If it's set to DTD it works in Mono but not .NET.

Reproducible: Always

Steps to Reproduce:
1. Create XmlReaderSettings
2. Set ValidationType.Schema
3. Run validation
Actual Results:  
XmlException: 'a name did not start with a legal character 124'

Expected Results:  
No schema errors.

-- 
Configure bugmail: https://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