Hello,

Mono's XML serialization engine, as well as .NET, does not support
all valid schemas. Actually it works under pretty much constrained
situation. Sadly there is no documentation on how it does *not* work.

I once blogged one example I know:
http://monkey.workarea.jp/lb/archive/2004/8-22.html

Cheers,
Atsushi Eno

L.G. Meredith wrote:
> Lluis,
> 
> Thanks for the response. The schema validates against the W3C schema schema
> using Oxygen. i haven't had the chance, yet to validate it using any other
> validation tool. Does xsd.exe on mono not support all valid schema? What 
> are
> the limitations?
> 
> Best wishes,
> 
> --greg
> 
> On 9/12/06, Lluis Sanchez <[EMAIL PROTECTED]> wrote:
>>
>> El dom, 10-09-2006 a las 20:43 -0700, Lucius Meredith escribió:
>> > All,
>> >
>> > The attached valid schema causes xsd.exe to fail with the following
>> > stack trace. i'm working to minimize the example, but any help would
>> > be greatly appreciated.
>>
>> The NUllReferenceException error is a bug in mono that has been fixed.
>> However, you'll get another exception because this schema contains some
>> definitions which are not supported by XSD.
>>
>> Lluis.
>>
>>
>>
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to