Re: validating schema's locally - without accessing the internet

John Black <jblack@deltek.com> writes:

> I am using Robert Costello's tutorial lab exercises.  I am able to validate
> the first schema juicers.xsd using XSV while I am connected to the internet. 
> But I would like to be able to use XSV version='XSV 1.173.2.15.2.5/1.74.2.26
> of 2001/01/15 14:18:55' locally to validate schemas against the schema for
> schemas when I am not connected to the internet.  I have cut and saved
> xmlschema.xsd from the 10/24/2000 xml-structures document, and datatypes.xsd
> from the 10/24/2000 xml-datatypes document.  I have not, however, been able to
> find where I can acquire xml.xsd mentioned in the import statement in
> xmlschema.xsd:
> 
>  <import namespace="http://www.w3.org/XML/1998/namespace"
>          schemaLocation="http://www.w3.org/2000/10/xml.xsd">
> ....
> 
>  </import>

Um, it tells you right there:  http://www.w3.org/2000/10/xml.xsd --
Indeed you're better off getting all three schemas from there, as
there have been a few patches to the schema and DTD there -- I think
all you need is

  http://www.w3.org/2000/10/xml.xsd
                            XMLSchema.{xsd,dtd}
                            datatypes.dtd

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 Monday, 12 February 2001 08:03:25 UTC