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

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.

This entry was posted in Development and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">