- From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
- Date: 16 Jan 2001 12:45:42 +0000
- To: "Roger L. Costello" <costello@mitre.org>
- Cc: xmlschema-dev@w3.org
The error messages are there for a reason:
"Roger L. Costello" <costello@mitre.org> writes:
> Low-level XML well-formedness and/or validity processing output
>
> Warning: Undeclared attribute xsi:schemaLocation for element schema
> in unnamed entity at line 6 char 27 of
> http://www.xfront.com/BookCatalogue345.xsd
>
> Schema resources involved
>
> Attempt to import a schema document from
> http://www.xfront.com/BookCatalogue345.xsd for http://www.book.org,
> failed
Your schema isn't valid per the DTD for schemas, which XSV uses as a
first filter. Get rid of the xsi:schemaLocation, which isn't
necessary anyway, or provide an attribute declaration for it.
Then it works just fine.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, part-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
Received on Tuesday, 16 January 2001 07:45:45 UTC