Re: assigning schema to appInfo elements

When I tried your example, I had to fix two problems:

1)   throughout, not valid UTF-8 (that's probably courtesy of
    your mailer);
2) XSV DTD-validates all schemas, and this was barfing on Test.xsd --
didn't you see the error message?  Fixing this (by declaring

  <!ENTITY % appinfoAttrs 'xsi:schemaLocation CDATA #IMPLIED
                           xmlns:xsi CDATA #IMPLIED'>

allowed XSV to happily validate your 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, 6 March 2001 03:40:35 UTC