- From: Masayasu Ishikawa <mimasa@w3.org>
- Date: Thu, 28 Sep 2000 02:46:38 +0900
- To: www-xml-schema-comments@w3.org
In WD-xmlschema-1-20000922, "6.3.2 How schema definitions are located
on the Web" [1], there is an example as follows:
<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/1999/XSL/Transform
http://www.w3.org/1999/XSL/Transform.xsd
http://www.w3.org/1999/xhtml
http://www.w3.org/1999/xhtml.xsd">
Shouldn't the XML Schema instance namespace URI be
<http://www.w3.org/2000/10/XMLSchema-instance>?
[1] http://www.w3.org/TR/2000/WD-xmlschema-1-20000922/#schema-loc
Regards,
--
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium
Received on Wednesday, 27 September 2000 13:46:41 UTC