h3x.no

Tor Henning Ueland`s thoughts about technology and other stuff

Archive for the ‘dtd’ tag

The markup declarations contained or pointed to by the document type declaration must be well-formed.

without comments

This error is caused by the DTD file not being valid. You have most likely created a DTD-file containing:

<!DOCTYPE…. [
...
]>

Simply remove the first and last line delcaring the DTD data, since those are only to be used when having the DTD within your XML file.

Written by Tor Henning Ueland

July 7th, 2010 at 7:58 am

Posted in Development

Tagged with ,