XHTML DTD problem?
From: Braverman, David (DBraverman@ingprime.com)
Date: Mon, Feb 07 2000
Message-ID: <8494E19A24CDD311A3B700902730AD850CF619@PB350EXC>
From: "Braverman, David" <DBraverman@ingprime.com>
To: "'www-validator@w3.org'" <www-validator@w3.org>
Date: Mon, 7 Feb 2000 15:29:59 -0500
Subject: XHTML DTD problem?
The following DTD, taken straight from the W3 website:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Does the following to the validator:
Uh oh! I got the following unknown error:
/usr/local/bin/nsgmls:http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd:236:
27:E: omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration Please make sure you specified the
DOCTYPE properly!
Am I doing something wrong?