Another try...
From: Braverman, David (DBraverman@ingprime.com)
Date: Mon, Feb 07 2000
Message-ID: <8494E19A24CDD311A3B700902730AD850CF61A@PB350EXC>
From: "Braverman, David" <DBraverman@ingprime.com>
To: "'www-validator@w3.org'" <www-validator@w3.org>
Date: Mon, 7 Feb 2000 15:58:46 -0500
Subject: Another try...
OK, I went back to the XHTML recommendation (http://www.w3.org/TR/xhtml1/)
and copied the example "minimally conforming" code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
This caused the following message from the validator:
Fatal error! cannot open "DTD/xhtml1-strict.dtd" (No such file or directory)
I couldn't parse this document, because it makes reference to a
system-specific file instead of simply using a public identifier to specify
the level of HTML being used.
David Braverman
http://www.braverman.org/