i have this xml file but it doesnt want to recognise The "school" element that i have created, i defined it in the DTD but when i try and open it with MS-XML Notapad it gives me the following error:
PHP Code:
The element 'school' is used but not declared in the DTD/Schema.
<!ELEMENT account (personal)>
<!ELEMENT personal (name,lname,age,school)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT lname (#PCDATA)>
<!ELEMENT age (#PCDATA)>
<!ATTLIST school yr CDATA #REQUIRED
nm CDATA #REQUIRED>