Ecvc-elt.1:Cannot find the declaration of element 'database'
Posted: Tue Nov 11, 2003 5:19 pm
Hi,
I have just started learning XML and I don't know what this error message means. How can I solve this problem. I made a project containing a xml-doc and a xsd-doc. The xsd is valid but the xml not, why?
xml-doc:
<?xml version="1.0" encoding="ISO-8859-1">
<database xmlns="http://www.w3.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:SchemaLocation="database.xsd">
<department>...
xsd-doc:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
targetNamespace="http://www.w3.org">
<xs:element name="database">...
Please help me.
email: BlattM@web.de
I have just started learning XML and I don't know what this error message means. How can I solve this problem. I made a project containing a xml-doc and a xsd-doc. The xsd is valid but the xml not, why?
xml-doc:
<?xml version="1.0" encoding="ISO-8859-1">
<database xmlns="http://www.w3.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:SchemaLocation="database.xsd">
<department>...
xsd-doc:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
targetNamespace="http://www.w3.org">
<xs:element name="database">...
Please help me.
email: BlattM@web.de