Hi, I am writing a common DTD. The commonn DTD is very simple.
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT Reports>
<!ATTLIST Heading
Name #REQUIRED
>
When I am trying to save the DTD,
I get 'This file is not well-formed: Whitespace (Blank, Tab, CR, LF) expected.
Can anybody help?
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT Reports>
<!ATTLIST Heading
Name #REQUIRED
>
When I am trying to save the DTD,
I get 'This file is not well-formed: Whitespace (Blank, Tab, CR, LF) expected.
Can anybody help?