[Mono-list] unable to compile schema

Atsushi Eno atsushi@ximian.com
Mon, 30 Aug 2004 22:10:18 +0900


Hello,

>> Try changing the schemaLocation for a valid one.
>>  >  <!-- include address constructs -->
>>  >  <include
>>  >   schemaLocation="http://www.example.com/schemas/address.xsd"/>
>> I tried schemaLocation="address.xsd" after creating address.xml
>> in the same directory of the first xsd file and it worked.
> Well, Peter also agreed that address.xsd is compiled fine as a
> standalone schema. The problem is, the including schema (the
> first one in the previous post) should find IPO:Address complex

Ugh, I totally misread what you meant. You described 100% what is
needed to say. The URL written in the schema location led me to
404 error instead of the expected schema resource.

Now that it looks correct that our sys.xml.schema classes rejects
(and possibly most of schema processors will reject) it.

Thanks also to Peter to let me notice that.

Atsushi Eno