- From: Jean Pierre LeJacq <jplejacq@quoininc.com>
- Date: Sat, 6 Nov 1999 11:24:30 -0500 (EST)
- To: www-html-editor@w3.org
Dear Reader,
First, thanks for all work in defining and maintaining xhtml. Its
much appreciated.
If I validate the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1/strict" xml:lang="en" lang="en">
<head>
<title>Virtual Library</title>
</head>
<body>
<p>Moved to <a href="http://vlib.org/">vlib.org</a>.</p>
</body>
</html>
with the nsgml command:
nsgmls -s -e -g -wall /usr/lib/sgml/declaration/xml.decl page.html
I receive the following errors:
In entity html included from page.html:2:83
nsgmls:/usr/lib/sgml/dtd/xhtml-1.0/strict.dtd:97:0:W: unused
parameter entity "MultiLengths"
In entity html included from page.html:2:83
nsgmls:/usr/lib/sgml/dtd/xhtml-1.0/strict.dtd:166:0:W: unused
parameter entity "focus"
In entity html included from page.html:2:83
nsgmls:/usr/lib/sgml/dtd/xhtml-1.0/strict.dtd:885:0:W: unused
parameter entity "CAlign"
In entity html included from page.html:2:83
nsgmls:/usr/lib/sgml/dtd/xhtml-1.0/strict.dtd:88:0:W: unused
parameter entity "FrameTarget"
In entity html included from page.html:2:83
nsgmls:/usr/lib/sgml/dtd/xhtml-1.0/strict.dtd:844:0:W: unused
parameter entity "TAlign"
--
Jean Pierre
Received on Saturday, 6 November 1999 11:24:32 UTC