Re: XSV's handling of <any>

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