Re: Internet Access for schema's

Shirish Kulkarni <shirish_kul@yahoo.com> writes:

> Does the following URL in the instance document
> 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 
> 
> OR 
> 
> <xsd:schema
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> 
> in the schema document, require the machine to be
> connected to the internet ? 

No.

> If NOT, are these URLs stored locally in the Xerces
> utilities ( some string pool ?? ) and get compared
> with the one's getting set ? => I observed, that the
> validation starts failing, if I change this values. 

Yes, of course.  It's the exact identity of these namespaces that
identifies a document as a schema document, or an attribute as one a
schema processor must attend to.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                      Half-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/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Friday, 21 March 2003 04:43:18 UTC