Hi... When I try to use this code (see below) I get this error message: "this file is not well-formed. % expected"
If anyone could give me some help, it would be appriciated! /Magnus
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Intern DTD...-->
<!DOCTYPE catalog [
<!ELEMENT catalog (Individ*)>
<!ELEMENT Individ (Name, Direct, Email)>
<!ELEMENT Namn (#PCDATA)>
<!ATTLIST Name type
font (Courier New|Times New Roman) "Courier New"
size (10|12|14) "12">
<!ELEMENT Direct (#PCDATA)>
<!ELEMENT Email (#PCDATA)>
]>
<catalog>
<Individ>
<Name>Lars Nilsson</Name>
<Direct>999</Direct>
<Email>Lars.Nilsson@onsala.com</Email>
</Individ>
If anyone could give me some help, it would be appriciated! /Magnus
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Intern DTD...-->
<!DOCTYPE catalog [
<!ELEMENT catalog (Individ*)>
<!ELEMENT Individ (Name, Direct, Email)>
<!ELEMENT Namn (#PCDATA)>
<!ATTLIST Name type
font (Courier New|Times New Roman) "Courier New"
size (10|12|14) "12">
<!ELEMENT Direct (#PCDATA)>
<!ELEMENT Email (#PCDATA)>
]>
<catalog>
<Individ>
<Name>Lars Nilsson</Name>
<Direct>999</Direct>
<Email>Lars.Nilsson@onsala.com</Email>
</Individ>