xmlns needs to be defined as attribute
Posted: Wed Aug 06, 2003 5:51 pm
I have the following xml document:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE Attesten SYSTEM "SchadeAttest.dtd">
<Attesten xmlns='http://www.datassur.com/'>
<Attest>
....
</Attest>
</Attesten>
but when I try to validate it, I get the following error:
[Message:E Attribute "xmlns" must be declared for element type "Attesten". SystemID:null, Line:3, Column:1]
Can you explain this?
Sincerely,
Patrick muls
<?xml version="1.0" standalone="no"?>
<!DOCTYPE Attesten SYSTEM "SchadeAttest.dtd">
<Attesten xmlns='http://www.datassur.com/'>
<Attest>
....
</Attest>
</Attesten>
but when I try to validate it, I get the following error:
[Message:E Attribute "xmlns" must be declared for element type "Attesten". SystemID:null, Line:3, Column:1]
Can you explain this?
Sincerely,
Patrick muls