XML Scheme engine bug?
Submitted by Thursday, 3 June, 2004 - 21:29
on
Having an XML Scheme starting with (I suppose, correct - the same used in w3.org) lines:
-cut-
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-/cut-
I get a parser error:
cvc-elt.1: Cannot find the declaration of element 'xs:schema'
-cut-
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-/cut-
I get a parser error:
cvc-elt.1: Cannot find the declaration of element 'xs:schema'