h3x.no

Tor Henning Ueland`s thoughts about technology and other stuff

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.

Related posts:

  1. A hint for the “Object foo is not a known entity type” errors from Glassfish
  2. Munin-graph error: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
  3. Failed to obtain lock on file /var/run/nagios.pid: Permission denied
  4. Locate hidden files on a given path

Written by Tor Henning Ueland

July 7th, 2010 at 7:58 am

Posted in Development

Tagged with ,

Leave a Reply