- From: James Clark <jjc@jclark.com>
- Date: Sat, 18 Dec 1999 12:45:03 +0700
- To: XML Schema Comments <www-xml-schema-comments@w3.org>
xsi:schemaLocation is ghastly: the attribute value has way too much
structure.
I would suggest having an xsi:schemaCatalog attribute whose value is
simply a URI of a resource that looks like
<catalog xmlns="http://www.w3.org/1999/XMLSchema/catalog">
<entry namespace="http://www.w3.org/1999/Style/Transform"
schema="http://www.w3.org/1999/Style/Transform/xslt.xsd"/>
<entry namespace="http://www.w3.org/1999/XHTML"
schema="http://www.w3.org/1999/XHTML/xhtml.xsd"/>
</catalog>
James
Received on Saturday, 18 December 1999 00:50:10 UTC