Re: CSS Validator Does Not Like Custom DTD's

* Nathan DeGruchy wrote:
>When trying to let the CSS Validator parse an HTML document with a  
>custom DTD, it refuses to work, despite the HTML validator passing it  
>without any errors.
>
>Examples:
>http://validator.w3.org/check?uri=http://degruchy.org/ < -- works
>http://jigsaw.w3.org/css-validator/ 
>validator?uri=http%3A%2F%2Fwww.degruchy.org%2F < -- does not work

The CSS Validator is right. Your DTD references external documents such
as http://www.degruchy.org/html/dtd/xhtml-lat1.ent but these documents
do not exist. The MarkUp Validator does not complain because it
recognizes the public identifer "-//W3C//ENTITIES Latin 1 for XHTML//EN"
and has a local copy of the document identified by it.

Received on Monday, 8 September 2003 23:32:40 UTC