| Comment | The file WebML.dtd (in the webml_dtd.zip file on your web site) is not well-formed XML. The prolog says
<?xml encoding="UTF-8"?>
but an XML declaration is required to have a version number. The prolog should be
<?xml version="1.0" encoding="UTF-8"?>
The same is true for other DTD files in the zip file.
Regards,
Lars
|