Re: Trying to validate a sample xml file against a schema I am develo ping.

1) I believe Xerces has not yet been rev'ed to the 20000922 level---I
hope someone reading this list who is involved with that effort can
confirm or deny;

2) xmlnorm is a DTD-based validator, not schema-aware;

3) You can't (yet) use the web-based XSV with a _pair_ of uploaded
files -- you only uploaded the instance, but not the schema, so XSV
validated with no schema.  You will either have to download and
install XSV, which is not yet very easy, or put your schema on a
server so you can give a full URL for it in an xsi:schemaLocation
hint in your uploaded instance.

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, 10 October 2000 06:38:58 UTC