Re: Why specify namespaces in xsi:schemaLocation ?

Eric van der Vlist <vdv@dyomedea.com> writes:

> When you use XSV, you can give it a bunch of schema locations on the
> command line and it's able to figure out by himself which target
> namespaces are described by which schema location.
> 
> Why is it different when you want to specify schema locations in an
> instance document (an also using a SAX property with Xerces) ?

The command line option is largely there to allow you to work offline,
by providing local copies.  XSV can however get confused, as it
doesn't know what namespace you want the schema for until after it
reads it, so you sometimes get in principle spurious complaints about
redefinition.

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, 27 November 2001 13:54:16 UTC