Validating http://helsinki.solfisk.dk/bad2.html Error [323] DTD did not contain element declaration for document type name I suggest an explanatory text like this: -------- The DTD must declare the top element of your document. For example, if the top element of your document is <html>, the DTD must declare the element "html", and your DOCTYPE declaration must begin with "<!DOCTYPE html" ------- If possible, add a link to how to make a proper DTD. I got the [323] error after having tried HTMLtidy on http://helsinki.solfisk.dk/bad1.html In the document on that URL, I had forgot the top element name of the DTD. So HTML tidy suggested: <!DOCTYPE public PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> Which of course led to the [323] error. By the way, the error on the http://helsinki.solfisk.dk/bad1.html was [39]. You could easily use the same explanatory text as above for that error too. Kind regards, and thanks for a great service, Jørgen Elgaard LarsenReceived on Thursday, 17 April 2008 20:06:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:07 UTC